org.processmining.plugins.workshop
Class WorkshopConversionConnection

java.lang.Object
  extended by org.processmining.framework.connections.impl.AbstractConnection
      extended by org.processmining.models.workshop.connections.WorkshopGraphConnection<WorkshopConversionParameters>
          extended by org.processmining.plugins.workshop.WorkshopConversionConnection
All Implemented Interfaces:
org.processmining.framework.connections.Connection

public class WorkshopConversionConnection
extends WorkshopGraphConnection<WorkshopConversionParameters>

Connects a workshop model and a workshop graph using the parameters used.

Author:
hverbeek

Field Summary
 
Fields inherited from class org.processmining.models.workshop.connections.WorkshopGraphConnection
GRAPH, MODEL
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
WorkshopConversionConnection(WorkshopModel model, WorkshopGraph graph, WorkshopConversionParameters parameters)
          Creates the connection between the model, graph, and parameters.
 
Method Summary
 
Methods inherited from class org.processmining.models.workshop.connections.WorkshopGraphConnection
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

WorkshopConversionConnection

public WorkshopConversionConnection(WorkshopModel model,
                                    WorkshopGraph graph,
                                    WorkshopConversionParameters parameters)
Creates the connection between the model, graph, and parameters.

Parameters:
model - The given workshop model.
graph - The given workshop graph.
parameters - The given conversion parameters.