org.processmining.models.workshop.connections
Class WorkshopModelConnection<Parameters>

java.lang.Object
  extended by org.processmining.framework.connections.impl.AbstractConnection
      extended by org.processmining.models.workshop.connections.WorkshopModelConnection<Parameters>
All Implemented Interfaces:
org.processmining.framework.connections.Connection
Direct Known Subclasses:
WorkshopMiningConnection

public class WorkshopModelConnection<Parameters>
extends org.processmining.framework.connections.impl.AbstractConnection

Conencts an event log to a workshop model, provided the parameters used to mine the model from the log.

Author:
hverbeek

Field Summary
static java.lang.String LOG
          Label for the log end of the connection.
static java.lang.String MODEL
          Label for the model end of the connection.
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
WorkshopModelConnection(org.deckfour.xes.model.XLog log, WorkshopModel model, Parameters parameters)
          Creates a connection from an event log to a workshop model, where the model is mined from the log using the given parameters.
 
Method Summary
 Parameters getParameters()
          Gets the parameters used to mine the workshop model from the event log.
 
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
 

Field Detail

LOG

public static final java.lang.String LOG
Label for the log end of the connection.

See Also:
Constant Field Values

MODEL

public static final java.lang.String MODEL
Label for the model end of the connection.

See Also:
Constant Field Values
Constructor Detail

WorkshopModelConnection

public WorkshopModelConnection(org.deckfour.xes.model.XLog log,
                               WorkshopModel model,
                               Parameters parameters)
Creates a connection from an event log to a workshop model, where the model is mined from the log using the given parameters.

Parameters:
log - The event log.
model - The mined workshop model.
parameters - The parameters used to mine the model from the log.
Method Detail

getParameters

public Parameters getParameters()
Gets the parameters used to mine the workshop model from the event log.

Returns:
The parameters used to derive the workshop model from the event log.