public interface DecomposedMiner
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
org.processmining.acceptingpetrinet.models.AcceptingPetriNet |
mine(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog eventLog,
DecomposedMinerParameters parameters)
Mines the given event log for an accepting Petri net.
|
boolean |
requiresStartEndEvents() |
org.processmining.acceptingpetrinet.models.AcceptingPetriNet mine(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventLog, DecomposedMinerParameters parameters)
context
- The current plug-in context.eventLog
- The event log, if requiresStartEndEvents() then with explicit |start> and [end] events, else without.parameters
- The parameters for the miner.java.lang.String getName()
boolean requiresStartEndEvents()