Class LogUtil


  • public class LogUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.util.Set<java.lang.String>> getAllEventIOAttributeKeys​(org.deckfour.xes.model.XLog log)  
      static java.lang.String getName​(org.deckfour.xes.model.XElement xobject)  
      static java.util.List<java.lang.Integer> getTraceIndeces​(org.deckfour.xes.model.XLog log)  
      static int getTraceIndexByName​(org.deckfour.xes.model.XLog log, java.lang.String name)  
      static java.util.List<java.lang.String> getTraceNames​(org.deckfour.xes.model.XLog log)  
      • Methods inherited from class java.lang.Object

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

      • LogUtil

        public LogUtil()
    • Method Detail

      • getName

        public static java.lang.String getName​(org.deckfour.xes.model.XElement xobject)
      • getAllEventIOAttributeKeys

        public static java.util.List<java.util.Set<java.lang.String>> getAllEventIOAttributeKeys​(org.deckfour.xes.model.XLog log)
      • getTraceIndeces

        public static java.util.List<java.lang.Integer> getTraceIndeces​(org.deckfour.xes.model.XLog log)
      • getTraceNames

        public static java.util.List<java.lang.String> getTraceNames​(org.deckfour.xes.model.XLog log)
      • getTraceIndexByName

        public static int getTraceIndexByName​(org.deckfour.xes.model.XLog log,
                                              java.lang.String name)