org.processmining.plugins.workshop
Class WorkshopMiningPlugin

java.lang.Object
  extended by org.processmining.plugins.workshop.WorkshopMiningPlugin

public class WorkshopMiningPlugin
extends java.lang.Object

Mining plug-in that mines an event log for a workshop model.

Author:
hverbeek

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

WorkshopMiningPlugin

public WorkshopMiningPlugin()
Method Detail

mineDefault

public WorkshopModel mineDefault(org.processmining.framework.plugin.PluginContext context,
                                 org.deckfour.xes.model.XLog log)
Mining using default parameter values.

Parameters:
context - The given plug-in context.
log - The given event log.
Returns:
The workshop model mined from the given log using the default parameter values.

mineParameters

public WorkshopModel mineParameters(org.processmining.framework.plugin.PluginContext context,
                                    org.deckfour.xes.model.XLog log,
                                    WorkshopMiningParameters parameters)
Mining using given parameter values.

Parameters:
context - The given plug-in context.
log - The given event log.
parameters - The given parameter values.
Returns:
The workshop model mined from the given log using the given parameter values.

mineDefault

public WorkshopModel mineDefault(org.processmining.contexts.uitopia.UIPluginContext context,
                                 org.deckfour.xes.model.XLog log)
Mining using user-provided parameter values.

Parameters:
context - The given GUI-aware plug-in context.
log - The given event log.
Returns:
The workshop model mined from the given log using the user-provided parameter values.