Package | Description |
---|---|
org.processmining.algorithms.statechart.discovery.im.cuts |
Modifier and Type | Method and Description |
---|---|
CutExtended.OperatorExtended |
CutExtended.getOperatorExtended() |
static CutExtended.OperatorExtended |
CutExtended.OperatorExtended.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CutExtended.OperatorExtended[] |
CutExtended.OperatorExtended.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CutExtended.setOperatorExtended(CutExtended.OperatorExtended operatorExtended) |
Constructor and Description |
---|
CutExtended(CutExtended.OperatorExtended operatorExtended,
java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition) |