|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.processmining.plugins.workshop.WorkshopMiningPlugin
public class WorkshopMiningPlugin
Mining plug-in that mines an event log for a workshop model.
| Constructor Summary | |
|---|---|
WorkshopMiningPlugin()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkshopMiningPlugin()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||