public class TimestampLists
extends java.lang.Object
| Constructor and Description |
|---|
TimestampLists() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillTimeList(org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XAttribute att)
Fill the lists with the required information.
|
java.util.List<org.deckfour.xes.model.XAttributeTimestamp> |
getEventTimeStamps()
Get method for the list of all the event timestamps.
|
java.util.List<org.deckfour.xes.model.XAttributeTimestamp> |
getStartTimesTraces()
Get method for the list of the start times of traces.
|
java.util.List<java.util.List<org.deckfour.xes.model.XAttributeTimestamp>> |
getTraceTimeStamps()
Get method for the list that has each trace and its related event
timestamps.
|
void |
initialize()
Initializing all the different lists.
|
public void initialize()
public void fillTimeList(org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XAttribute att)
trace - att - public java.util.List<org.deckfour.xes.model.XAttributeTimestamp> getStartTimesTraces()
public java.util.List<org.deckfour.xes.model.XAttributeTimestamp> getEventTimeStamps()
public java.util.List<java.util.List<org.deckfour.xes.model.XAttributeTimestamp>> getTraceTimeStamps()