Package | Description |
---|---|
org.processmining.plugins.plg.logic.models |
Modifier and Type | Method and Description |
---|---|
PlgParameters.PATTERN |
PlgParameters.getRandomActionInAloneSeqAndXor()
This method returns a random pattern randomly selected between:
Single activity
Sequence pattern
AND pattern
XOR pattern
The selection is done according to the given probabilities
|
PlgParameters.PATTERN |
PlgParameters.getRandomActionInSeqAndXor()
This method returns a random pattern randomly selected between:
Sequence pattern
AND pattern
XOR pattern
The selection is done according to the given probabilities
|
static PlgParameters.PATTERN |
PlgParameters.PATTERN.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlgParameters.PATTERN[] |
PlgParameters.PATTERN.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|