public class StateEntry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StateEntry.RelationType |
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
artifactInstance |
org.deckfour.xes.model.XEvent |
event |
java.util.Map<java.lang.Integer,StateEntry.RelationType> |
relatedInstances |
Constructor and Description |
---|
StateEntry(java.lang.Integer artifactInstance,
org.deckfour.xes.model.XEvent event,
java.util.Map<java.lang.Integer,StateEntry.RelationType> relatedInstances) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getTimestamp() |
java.lang.String |
toString() |
public java.lang.Integer artifactInstance
public org.deckfour.xes.model.XEvent event
public java.util.Map<java.lang.Integer,StateEntry.RelationType> relatedInstances
public StateEntry(java.lang.Integer artifactInstance, org.deckfour.xes.model.XEvent event, java.util.Map<java.lang.Integer,StateEntry.RelationType> relatedInstances)