Package | Description |
---|---|
org.processmining.plugins.inductiveVisualMiner.alignment |
Modifier and Type | Method and Description |
---|---|
Move.Type |
Move.getType() |
static Move.Type |
Move.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Move.Type[] |
Move.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Move(IvMModel model,
Move.Type type,
int sourceNode,
int node,
org.deckfour.xes.classification.XEventClass activityEventClass,
org.deckfour.xes.classification.XEventClass performanceEventClass,
Performance.PerformanceTransition lifeCycle,
int indexInAlignedTrace) |