public interface ILogCreatorAlgorithm
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
extractLog(org.processmining.framework.plugin.PluginContext context,
org.processmining.plugins.petrinet.replayresult.PNRepResult logReplayResult,
org.deckfour.xes.model.XLog log,
LogCreatorParam param)
create log from alignment
|
boolean |
isSupportCreateNewEventClassBasedOnMovements()
The algorithm may create a new event class for each type of movement
e.g.
|
boolean |
isSupportCreateNewEventClassForUnmappedTransitions()
only possible if create new event class based on movements
|
java.lang.String |
toString()
Name of the algorithm
|
org.deckfour.xes.model.XLog extractLog(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.petrinet.replayresult.PNRepResult logReplayResult, org.deckfour.xes.model.XLog log, LogCreatorParam param)
context
- can be null if no progress is neededlogReplayResult
- log
- param
- java.lang.String toString()
toString
in class java.lang.Object
boolean isSupportCreateNewEventClassBasedOnMovements()
boolean isSupportCreateNewEventClassForUnmappedTransitions()