Class XLogParser


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

      Constructors 
      Constructor Description
      XLogParser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ParsedLog convertLog​(org.deckfour.xes.model.XLog input, org.deckfour.xes.classification.XEventClassifier eventClassifier, boolean introduceStartEndTransitions)  
      static org.deckfour.xes.model.XLog readLog​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • XLogParser

        public XLogParser()
    • Method Detail

      • readLog

        public static org.deckfour.xes.model.XLog readLog​(java.lang.String path)
      • convertLog

        public static ParsedLog convertLog​(org.deckfour.xes.model.XLog input,
                                           org.deckfour.xes.classification.XEventClassifier eventClassifier,
                                           boolean introduceStartEndTransitions)