public class XesAuxiliary
extends java.lang.Object
Constructor and Description |
---|
XesAuxiliary() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Double |
getTime(org.deckfour.xes.model.XEvent event)
Gets the timestamp as long (number of seconds since 1970).
|
static java.lang.String |
id(org.deckfour.xes.model.XEvent event)
Retrieves the id of the event
|
static boolean |
isStart(org.deckfour.xes.model.XEvent event)
Sees whether this event is the start of a transition.
|
public static java.lang.String id(org.deckfour.xes.model.XEvent event)
event
- public static boolean isStart(org.deckfour.xes.model.XEvent event)
event
- public static java.lang.Double getTime(org.deckfour.xes.model.XEvent event)
event
-