Uses of Class
org.processmining.plugins.inductiveVisualMiner.alignment.Move
-
-
Uses of Move in org.processmining.plugins.inductiveVisualMiner
Methods in org.processmining.plugins.inductiveVisualMiner with parameters of type Move Modifier and Type Method Description booleanSelection. isSelected(IvMModel model, java.util.List<Move> trace, Move move)Method parameters in org.processmining.plugins.inductiveVisualMiner with type arguments of type Move Modifier and Type Method Description booleanSelection. isSelected(IvMModel model, java.util.List<Move> trace, Move move) -
Uses of Move in org.processmining.plugins.inductiveVisualMiner.alignment
Methods in org.processmining.plugins.inductiveVisualMiner.alignment that return Move Modifier and Type Method Description MoveETMAlignmentCallbackImpl. getMove(IvMModel model, org.processmining.plugins.etm.model.narytree.replayer.TreeRecord naryMove, nl.tue.astar.Trace trace, int moveIndex)Methods in org.processmining.plugins.inductiveVisualMiner.alignment with parameters of type Move Modifier and Type Method Description static IvMMoveETMAlignmentCallbackImpl. move2ivmMove(IvMModel model, Move move, org.deckfour.xes.model.XTrace trace, int eventIndex)Fetches information from an XTrace and stores it in a better accessible format.static LogMovePositionLogMovePosition. of(Move move) -
Uses of Move in org.processmining.plugins.inductiveVisualMiner.helperClasses
Methods in org.processmining.plugins.inductiveVisualMiner.helperClasses that return Move Modifier and Type Method Description static MoveLogUtils. findNextCompleteModelMove(java.util.List<Move> trace, int index)static MoveLogUtils. findPreviousCompleteModelMove(java.util.List<Move> trace, int index)Method parameters in org.processmining.plugins.inductiveVisualMiner.helperClasses with type arguments of type Move Modifier and Type Method Description static MoveLogUtils. findNextCompleteModelMove(java.util.List<Move> trace, int index)static MoveLogUtils. findPreviousCompleteModelMove(java.util.List<Move> trace, int index) -
Uses of Move in org.processmining.plugins.inductiveVisualMiner.ivmlog
Subclasses of Move in org.processmining.plugins.inductiveVisualMiner.ivmlog Modifier and Type Class Description classIvMMoveMethods in org.processmining.plugins.inductiveVisualMiner.ivmlog that return types with arguments of type Move Modifier and Type Method Description org.processmining.plugins.InductiveMiner.MultiSet<Move>IvMLogInfo. getActivities()Constructors in org.processmining.plugins.inductiveVisualMiner.ivmlog with parameters of type Move Constructor Description IvMMove(IvMModel model, Move move, java.lang.Long logTimestamp, java.lang.String resource, org.deckfour.xes.model.XAttributeMap xAttributeMap)
-