Class XLogPreprocessor
- java.lang.Object
-
- org.processmining.lifecycleperformance.models.preprocessors.XLogPreprocessor
-
- All Implemented Interfaces:
IPreprocessor<org.deckfour.xes.model.XLog,org.deckfour.xes.model.XLog>
- Direct Known Subclasses:
AssignActivityInstanceXLogPreprocessor
public abstract class XLogPreprocessor extends java.lang.Object implements IPreprocessor<org.deckfour.xes.model.XLog,org.deckfour.xes.model.XLog>
-
-
Constructor Summary
Constructors Constructor Description XLogPreprocessor(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()voidsetName(java.lang.String name)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.lifecycleperformance.models.preprocessors.IPreprocessor
preprocess
-
-