public abstract class AbstractWorkshopGraphConnection<Parameters>
extends org.processmining.framework.connections.impl.AbstractConnection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GRAPH
Label for the graph end of the connection.
|
static java.lang.String |
MODEL
Label for the model end of the connection.
|
| Constructor and Description |
|---|
AbstractWorkshopGraphConnection(WorkshopModel model,
WorkshopGraph graph,
Parameters parameters)
Creates a connection from a workshop model to a workflow graph, where the
graph is derived from the model using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Parameters |
getParameters()
Gets the parameters used to derive the workflow graph from the workflow
model.
|
public static final java.lang.String MODEL
public static final java.lang.String GRAPH
public AbstractWorkshopGraphConnection(WorkshopModel model, WorkshopGraph graph, Parameters parameters)
model - The workshop model.graph - The derived workshop graph.parameters - The parameters used to derive the graph from the model.public Parameters getParameters()