Class XLogParser
- java.lang.Object
-
- org.processmining.specpp.preprocessing.XLogParser
-
public class XLogParser extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXLogParser.InputLoadingException
-
Constructor Summary
Constructors Constructor Description XLogParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ParsedLogconvertLog(org.deckfour.xes.model.XLog input, org.deckfour.xes.classification.XEventClassifier eventClassifier, boolean introduceStartEndTransitions)static org.deckfour.xes.model.XLogreadLog(java.lang.String path)
-
-
-
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)
-
-