public class NodeAnimationKeyframe
extends java.lang.Object
Constructor and Description |
---|
NodeAnimationKeyframe(org.deckfour.xes.model.XTrace trace,
long time,
boolean emerged,
boolean swallowed) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NodeAnimationKeyframe o) |
int |
getEmergeCount() |
int |
getEventCount() |
int |
getSwallowCount() |
long |
getTime() |
org.deckfour.xes.model.XTrace |
getTrace() |
void |
setEmergeCount(int emergeCount) |
void |
setEventCount(int eventCount) |
void |
setSwallowCount(int swallowCount) |
public NodeAnimationKeyframe(org.deckfour.xes.model.XTrace trace, long time, boolean emerged, boolean swallowed)
public void setEventCount(int eventCount)
public org.deckfour.xes.model.XTrace getTrace()
public long getTime()
public int getEventCount()
public int getEmergeCount()
public int getSwallowCount()
public void setEmergeCount(int emergeCount)
public void setSwallowCount(int swallowCount)
public int compareTo(NodeAnimationKeyframe o)