Package org.processmining.specpp.config
Class BasePreProcessingStrategy
- java.lang.Object
-
- org.processmining.specpp.config.BasePreProcessingStrategy
-
- All Implemented Interfaces:
PreProcessingStrategy
public class BasePreProcessingStrategy extends java.lang.Object implements PreProcessingStrategy
-
-
Constructor Summary
Constructors Constructor Description BasePreProcessingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsedLogparse(org.deckfour.xes.model.XLog xLog, PreProcessingParameters parameters)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.PreProcessingStrategy
getParser
-
-
-
-
Method Detail
-
parse
public ParsedLog parse(org.deckfour.xes.model.XLog xLog, PreProcessingParameters parameters)
- Specified by:
parsein interfacePreProcessingStrategy
-
-