org.processmining.plugins.workshop
Class WorkshopMiningConnection

java.lang.Object
  extended by org.processmining.framework.connections.impl.AbstractConnection
      extended by org.processmining.models.workshop.connections.WorkshopModelConnection<WorkshopMiningParameters>
          extended by org.processmining.plugins.workshop.WorkshopMiningConnection
All Implemented Interfaces:
org.processmining.framework.connections.Connection

public class WorkshopMiningConnection
extends WorkshopModelConnection<WorkshopMiningParameters>

Connects an event log and a workshop model using the parameters used.

Author:
hverbeek

Field Summary
 
Fields inherited from class org.processmining.models.workshop.connections.WorkshopModelConnection
LOG, MODEL
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
WorkshopMiningConnection(org.deckfour.xes.model.XLog log, WorkshopModel model, WorkshopMiningParameters parameters)
          Creates the connection between the log, model, and parameters.
 
Method Summary
 
Methods inherited from class org.processmining.models.workshop.connections.WorkshopModelConnection
getParameters
 
Methods inherited from class org.processmining.framework.connections.impl.AbstractConnection
containsObjects, containsObjects, equals, get, getID, getLabel, getMapping, getObjects, getObjectWithRole, getRoles, hashCode, isRemoved, put, remove, remove, setLabel, setManager, toString, updated
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkshopMiningConnection

public WorkshopMiningConnection(org.deckfour.xes.model.XLog log,
                                WorkshopModel model,
                                WorkshopMiningParameters parameters)
Creates the connection between the log, model, and parameters.

Parameters:
log - The given event log.
model - The given workshop model.
parameters - The given conversion parameters.