Package | Description |
---|---|
org.processmining.plugins.transitionsystem.miner | |
org.processmining.plugins.transitionsystem.miner.util |
Modifier and Type | Method and Description |
---|---|
TSMinerModirInput |
TSMinerInput.getModirSettings(TSDirections direction,
org.deckfour.xes.classification.XEventClassifier classifier)
Gets the given modir setting.
|
TSMinerModirInput |
TSMinerInput.setModirSettings(TSDirections direction,
org.deckfour.xes.classification.XEventClassifier classifier,
TSMinerModirInput newSettings)
Sets the given modir setting.
|
Modifier and Type | Method and Description |
---|---|
static TSDirections |
TSDirections.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TSDirections[] |
TSDirections.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|