Package | Description |
---|---|
org.processmining.dataawareexplorer.explorer.infoview |
Modifier and Type | Method and Description |
---|---|
InfoData.InfoType |
InfoData.Info.getType() |
InfoData.InfoType |
InfoImpl.getType() |
static InfoData.InfoType |
InfoData.InfoType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InfoData.InfoType[] |
InfoData.InfoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InfoDataImpl.addGlobal(java.lang.String label,
java.lang.Object data,
InfoData.InfoType type) |
void |
InfoDataImpl.addLocal(java.lang.Object localElement,
java.lang.String label,
java.lang.Object data,
InfoData.InfoType type) |
Constructor and Description |
---|
InfoImpl(java.lang.String label,
java.lang.Object data,
InfoData.InfoType type) |