public class WorkshopMiningPlugin
extends java.lang.Object
| Constructor and Description |
|---|
WorkshopMiningPlugin() |
| Modifier and Type | Method and Description |
|---|---|
WorkshopModel |
mineDefault(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
Mining using default parameter values.
|
WorkshopModel |
mineDefault(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Mining using user-provided parameter values.
|
WorkshopModel |
mineParameters(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
WorkshopMiningParameters parameters)
Mining using given parameter values.
|
public WorkshopModel 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 WorkshopModel mineParameters(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, WorkshopMiningParameters parameters)
context - The given plug-in context.log - The given event log.parameters - The given parameter values.public WorkshopModel mineDefault(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
context - The given GUI-aware plug-in context.log - The given event log.