public class CompositeMove extends java.lang.Object implements java.lang.Comparable<CompositeMove>
| Constructor and Description |
|---|
CompositeMove(org.deckfour.xes.model.XEvent systemEvent,
org.processmining.partialorder.models.palignment.Move alignmentMove,
CRUDEntry crudEntry) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CompositeMove o) |
java.lang.String |
getAction() |
org.processmining.partialorder.models.palignment.Move |
getAlignmentMove() |
CRUDEntry |
getCRUDEntry() |
CompositeMoveType |
getIDPStepType() |
org.deckfour.xes.model.XEvent |
getSystemEvent() |
boolean |
hasAllowedAction() |
boolean |
hasMissingAction() |
boolean |
hasUnauthorizedAction() |
void |
setCRUDEntry(CRUDEntry crudEntry) |
java.lang.String |
toString() |
void |
updateIDPStepTypes() |
public CompositeMove(org.deckfour.xes.model.XEvent systemEvent,
org.processmining.partialorder.models.palignment.Move alignmentMove,
CRUDEntry crudEntry)
public int compareTo(CompositeMove o)
compareTo in interface java.lang.Comparable<CompositeMove>public org.deckfour.xes.model.XEvent getSystemEvent()
public org.processmining.partialorder.models.palignment.Move getAlignmentMove()
public CompositeMoveType getIDPStepType()
public CRUDEntry getCRUDEntry()
public void setCRUDEntry(CRUDEntry crudEntry)
public void updateIDPStepTypes()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean hasMissingAction()
public boolean hasUnauthorizedAction()
public boolean hasAllowedAction()
public java.lang.String getAction()