| Package | Description |
|---|---|
| org.processmining.models.workshop.sjjleemans.ProcessTree.mining | |
| org.processmining.models.workshop.sjjleemans.ProcessTree.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessTreeModel.Operator |
Possibility.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
Filteredlog |
Filteredlog.applyFilter(ProcessTreeModel.Operator operator,
java.util.Set<org.deckfour.xes.classification.XEventClass> arguments) |
| Constructor and Description |
|---|
Possibility(ProcessTreeModel.Operator operator,
java.util.Set<org.deckfour.xes.classification.XEventClass> activitiesLeft,
java.util.Set<org.deckfour.xes.classification.XEventClass> activitiesRight,
Filteredlog log) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessTreeModel.Operator |
ProcessTreeModel.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessTreeModel.Operator[] |
ProcessTreeModel.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|