public class EpisodeMinerPlugin
extends java.lang.Object
| Constructor and Description |
|---|
EpisodeMinerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
EpisodeModel |
mineDefault(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
Mining using default parameter values.
|
EpisodeModel |
mineDefault(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Mining using user-provided parameter values.
|
public EpisodeModel mineDefault(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
context - The given plug-in context.log - The given event log.public EpisodeModel mineDefault(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
context - The given plug-in context.log - The given event log.