Class PSDLogUtils


  • public class PSDLogUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ORIGINATOR  
      static java.lang.String TASKID  
    • Constructor Summary

      Constructors 
      Constructor Description
      PSDLogUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getEltOfAte​(org.deckfour.xes.model.XEvent event, java.lang.String dataEltType)  
      static java.lang.String getName​(org.deckfour.xes.model.XTrace pi)  
      static java.lang.String getOriginator​(org.deckfour.xes.model.XEvent event)  
      static java.util.Date getTimestamp​(org.deckfour.xes.model.XEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PSDLogUtils

        public PSDLogUtils()
    • 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)