public class SimpleEvent extends java.lang.Object implements java.lang.Comparable<SimpleEvent>
| Constructor and Description |
|---|
SimpleEvent(org.deckfour.xes.model.XEvent se,
org.deckfour.xes.model.XEvent ce,
java.lang.String cid) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SimpleEvent otherEvent) |
java.lang.String |
getCid() |
org.deckfour.xes.model.XEvent |
getCompleteEvent() |
double |
getDuration() |
int |
getIndexInCase() |
SimpleEvent |
getLastEvent() |
java.lang.String |
getName() |
SimpleEvent |
getNextEvent() |
org.deckfour.xes.model.XEvent |
getStartEvent() |
boolean |
isEqual(SimpleEvent other) |
boolean |
isEqualID(SimpleEvent other) |
void |
setCid(java.lang.String cid) |
void |
setCompleteEvent(org.deckfour.xes.model.XEvent ce) |
void |
setDuration() |
void |
setIndexInCase(int i) |
void |
setLastEvent(SimpleEvent le) |
void |
setName(java.lang.String n) |
void |
setNextEvent(SimpleEvent ne) |
void |
setStartEvent(org.deckfour.xes.model.XEvent se) |
public SimpleEvent(org.deckfour.xes.model.XEvent se,
org.deckfour.xes.model.XEvent ce,
java.lang.String cid)
public void setName(java.lang.String n)
public int compareTo(SimpleEvent otherEvent)
compareTo in interface java.lang.Comparable<SimpleEvent>public void setIndexInCase(int i)
public int getIndexInCase()
public void setStartEvent(org.deckfour.xes.model.XEvent se)
public org.deckfour.xes.model.XEvent getStartEvent()
public void setCompleteEvent(org.deckfour.xes.model.XEvent ce)
public org.deckfour.xes.model.XEvent getCompleteEvent()
public void setLastEvent(SimpleEvent le)
public SimpleEvent getLastEvent()
public void setNextEvent(SimpleEvent ne)
public SimpleEvent getNextEvent()
public void setCid(java.lang.String cid)
public java.lang.String getCid()
public void setDuration()
public double getDuration()
public java.lang.String getName()
public boolean isEqual(SimpleEvent other)
public boolean isEqualID(SimpleEvent other)