Uses of Interface
org.processmining.partialorder.models.palignment.Move
-
-
Uses of Move in org.processmining.extension
Methods in org.processmining.extension with parameters of type Move Modifier and Type Method Description org.deckfour.xes.model.XEventPAlignmentToXLogConverter. copyAsXEvent(Move step, org.deckfour.xes.model.XTrace xTrace) -
Uses of Move in org.processmining.partialorder.models.graph.node
Fields in org.processmining.partialorder.models.graph.node declared as Move Modifier and Type Field Description protected MovePONodeMove. moveMethods in org.processmining.partialorder.models.graph.node that return Move Modifier and Type Method Description MovePONodeMove. getMove()Methods in org.processmining.partialorder.models.graph.node with parameters of type Move Modifier and Type Method Description voidPONodeMove. setMove(Move move)Constructors in org.processmining.partialorder.models.graph.node with parameters of type Move Constructor Description POLogMoveNode(PartialOrderGraph graph, Move move)POModelMoveInvisibleNode(PartialOrderGraph graph, Move move)POModelMoveNode(PartialOrderGraph graph, Move move)POModelMoveVisibleNode(PartialOrderGraph graph, Move move)PONodeMove(PartialOrderGraph graph, Move move)POSyncMoveNode(PartialOrderGraph graph, Move move) -
Uses of Move in org.processmining.partialorder.models.palignment
Methods in org.processmining.partialorder.models.palignment that return Move Modifier and Type Method Description MoveMove. clone()static MoveMoveFactory. createInvisibleModelMove(int stepIndex, org.processmining.models.graphbased.directed.petrinet.elements.Transition origTrans)static MoveMoveFactory. createLogMove(int stepIndex, int eventIndex, org.deckfour.xes.model.XEvent evt)static MoveMoveFactory. createMove(org.processmining.plugins.petrinet.replayresult.StepTypes type, int stepIndex, int eventIndex, org.deckfour.xes.model.XEvent evt, java.lang.Object origTrans)static MoveMoveFactory. createSyncMove(int stepIndex, int eventIndex, org.deckfour.xes.model.XEvent evt, org.processmining.models.graphbased.directed.petrinet.elements.Transition origTrans)static MoveMoveFactory. createSyncMoveBetweenEvents(java.lang.Integer key, org.deckfour.xes.model.XEvent event, java.lang.Integer value, org.deckfour.xes.model.XEvent event2)static MoveMoveFactory. createVisibleModelMove(int stepIndex, org.processmining.models.graphbased.directed.petrinet.elements.Transition origTrans)Methods in org.processmining.partialorder.models.palignment that return types with arguments of type Move Modifier and Type Method Description java.util.Collection<Move>PAlignment. getDirectChildren(Move node)java.util.Collection<Move>PAlignmentImp. getDirectChildren(Move node)java.util.Collection<Move>PAlignment. getDirectParents(Move node)java.util.Collection<Move>PAlignmentImp. getDirectParents(Move node)java.util.Collection<Move>PAlignment. getLogMoves()java.util.Collection<Move>PAlignmentImp. getLogMoves()java.util.Collection<Move>PAlignment. getModelMoves()java.util.Collection<Move>PAlignmentImp. getModelMoves()java.util.Collection<Move>PAlignment. getMoves()java.util.Collection<Move>PAlignmentImp. getMoves()java.util.Collection<Move>PAlignment. getRealModelMoves()java.util.Collection<Move>PAlignmentImp. getRealModelMoves()java.util.Collection<Move>PAlignment. getSilentModelMoves()java.util.Collection<Move>PAlignmentImp. getSilentModelMoves()java.util.Collection<Move>PAlignment. getSyncMoves()java.util.Collection<Move>PAlignmentImp. getSyncMoves()Methods in org.processmining.partialorder.models.palignment with parameters of type Move Modifier and Type Method Description voidPAlignment. addMove(Move move)voidPAlignmentImp. addMove(Move move)static PONodeMovePAlignmentConverter. convert(Move move, PartialOrderGraph graph)MoveDependencyPAlignment. getDependency(Move predessor, Move successor)MoveDependencyPAlignmentImp. getDependency(Move predessor, Move successor)java.util.Collection<Move>PAlignment. getDirectChildren(Move node)java.util.Collection<Move>PAlignmentImp. getDirectChildren(Move node)java.util.Collection<Move>PAlignment. getDirectParents(Move node)java.util.Collection<Move>PAlignmentImp. getDirectParents(Move node)static java.lang.StringPAlignmentConverter. getMoveLabel(Move move, org.deckfour.xes.classification.XEventClassifier classifier)static MoveDependencyMoveDependencyFactory. updateDependency(SyncProductModel.PlaceType placeType, Move snode, Move tnode, MoveDependency edge, PDependency r) -
Uses of Move in org.processmining.partialorder.models.palignment.dependency
Methods in org.processmining.partialorder.models.palignment.dependency that return Move Modifier and Type Method Description MoveMoveDependencyAbtract. getSource()MoveMoveDependencyAbtract. getTarget()Constructors in org.processmining.partialorder.models.palignment.dependency with parameters of type Move Constructor Description MoveDependencyAbtract(Move source, Move target)MoveDependencyLinear(Move source, Move target)MoveDependencyLinear(Move source, Move target, int stepIndex)MoveDependencyLogImp(Move source, Move target)MoveDependencyLogImp(Move source, Move target, PDependency r)MoveDependencyModel(Move source, Move target)MoveDependencySync(Move source, Move target)MoveDependencySync(Move source, Move target, PDependency r) -
Uses of Move in org.processmining.partialorder.models.palignment.move
Classes in org.processmining.partialorder.models.palignment.move that implement Move Modifier and Type Class Description classMoveAbstractclassMoveLogImpclassMoveModelclassMoveModelInvisibleImpclassMoveModelVisibleImpclassMoveSyncImpMethods in org.processmining.partialorder.models.palignment.move that return Move Modifier and Type Method Description abstract MoveMoveAbstract. clone()MoveMoveLogImp. clone()MoveMoveModelInvisibleImp. clone()MoveMoveModelVisibleImp. clone()MoveMoveSyncImp. clone()
-