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