Class MoveSyncImp
- java.lang.Object
-
- org.processmining.partialorder.models.palignment.move.MoveAbstract
-
- org.processmining.partialorder.models.palignment.move.MoveSyncImp
-
- All Implemented Interfaces:
Move
public class MoveSyncImp extends MoveAbstract
-
-
Field Summary
-
Fields inherited from class org.processmining.partialorder.models.palignment.move.MoveAbstract
event, eventIndex, moveIndex, transition
-
-
Constructor Summary
Constructors Constructor Description MoveSyncImp(int stepIndex, int eventIndex, org.deckfour.xes.model.XEvent evt, org.processmining.models.graphbased.directed.petrinet.elements.Transition origTrans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Moveclone()booleanisLogMove()booleanisModelMove()booleanisSilentModelMove()booleanisSyncMove()booleanisVisibleModelMove()-
Methods inherited from class org.processmining.partialorder.models.palignment.move.MoveAbstract
getEvent, getEventIndex, getMoveIndex, getTransition, setEvent, setEventIndex, setTransition
-
-
-
-
Method Detail
-
isLogMove
public boolean isLogMove()
-
isVisibleModelMove
public boolean isVisibleModelMove()
-
isSilentModelMove
public boolean isSilentModelMove()
-
isModelMove
public boolean isModelMove()
-
isSyncMove
public boolean isSyncMove()
-
clone
public Move clone()
- Specified by:
clonein interfaceMove- Specified by:
clonein classMoveAbstract
-
-