| Package | Description |
|---|---|
| org.processmining.plugins.transitionsystem.converter | |
| org.processmining.plugins.transitionsystem.converter.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSConverterInput.getUse(TSConversions conversion)
Return whether to use a certain conversion.
|
boolean |
TSConverterInput.setUse(TSConversions conversion,
boolean newValue)
Sets whether to use a certain conversion.
|
| Modifier and Type | Method and Description |
|---|---|
static TSConversions |
TSConversions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TSConversions[] |
TSConversions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|