Uses of Class
org.processmining.plugins.inductiveVisualMiner.alignment.Move.Type
-
Packages that use Move.Type Package Description org.processmining.plugins.inductiveVisualMiner.alignment -
-
Uses of Move.Type in org.processmining.plugins.inductiveVisualMiner.alignment
Methods in org.processmining.plugins.inductiveVisualMiner.alignment that return Move.Type Modifier and Type Method Description Move.TypeMove. getType()static Move.TypeMove.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.Constructors in org.processmining.plugins.inductiveVisualMiner.alignment with parameters of type Move.Type Constructor Description Move(IvMModel model, Move.Type type, int sourceNode, int node, org.deckfour.xes.classification.XEventClass activityEventClass, org.deckfour.xes.classification.XEventClass performanceEventClass, PerformanceTransition lifeCycle, int indexInAlignedTrace, IvMDecoratorI decorator)
-