Class MoveModel
- java.lang.Object
-
- org.processmining.partialorder.models.palignment.move.MoveAbstract
-
- org.processmining.partialorder.models.palignment.move.MoveModel
-
- All Implemented Interfaces:
Move
- Direct Known Subclasses:
MoveModelInvisibleImp,MoveModelVisibleImp
public abstract class MoveModel extends MoveAbstract
-
-
Field Summary
-
Fields inherited from class org.processmining.partialorder.models.palignment.move.MoveAbstract
event, eventIndex, moveIndex, transition
-
-
Constructor Summary
Constructors Constructor Description MoveModel(int moveIndex, org.processmining.models.graphbased.directed.petrinet.elements.Transition t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XEventgetEvent()intgetEventIndex()booleanisLogMove()booleanisModelMove()booleanisSyncMove()-
Methods inherited from class org.processmining.partialorder.models.palignment.move.MoveAbstract
clone, getMoveIndex, getTransition, setEvent, setEventIndex, setTransition
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.partialorder.models.palignment.Move
isSilentModelMove, isVisibleModelMove
-
-
-
-
Method Detail
-
isLogMove
public boolean isLogMove()
-
isModelMove
public boolean isModelMove()
-
isSyncMove
public boolean isSyncMove()
-
getEvent
public org.deckfour.xes.model.XEvent getEvent()
- Specified by:
getEventin interfaceMove- Overrides:
getEventin classMoveAbstract
-
getEventIndex
public int getEventIndex()
- Specified by:
getEventIndexin interfaceMove- Overrides:
getEventIndexin classMoveAbstract
-
-