Class PSDLogUtils
- java.lang.Object
-
- org.processmining.plugins.psd.utils.PSDLogUtils
-
public class PSDLogUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringORIGINATORstatic java.lang.StringTASKID
-
Constructor Summary
Constructors Constructor Description PSDLogUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetEltOfAte(org.deckfour.xes.model.XEvent event, java.lang.String dataEltType)static java.lang.StringgetName(org.deckfour.xes.model.XTrace pi)static java.lang.StringgetOriginator(org.deckfour.xes.model.XEvent event)static java.util.DategetTimestamp(org.deckfour.xes.model.XEvent event)
-
-
-
Field Detail
-
TASKID
public static final java.lang.String TASKID
- See Also:
- Constant Field Values
-
ORIGINATOR
public static final java.lang.String ORIGINATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEltOfAte
public static java.lang.String getEltOfAte(org.deckfour.xes.model.XEvent event, java.lang.String dataEltType)
-
getTimestamp
public static java.util.Date getTimestamp(org.deckfour.xes.model.XEvent event)
-
getOriginator
public static java.lang.String getOriginator(org.deckfour.xes.model.XEvent event)
-
getName
public static java.lang.String getName(org.deckfour.xes.model.XTrace pi)
-
-