|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.processmining.framework.connections.impl.AbstractConnection
org.processmining.models.workshop.connections.WorkshopGraphConnection<Parameters>
public class WorkshopGraphConnection<Parameters>
Connects a workshop model with a workshop graph, provided the parameters which were used to derive the graph from the model.
| Field Summary | |
|---|---|
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. |
| Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection |
|---|
manager |
| Constructor Summary | |
|---|---|
WorkshopGraphConnection(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. |
|
| Method Summary | |
|---|---|
Parameters |
getParameters()
Gets the parameters used to derive the workflow graph from the workflow model. |
| 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 |
|---|
public static final java.lang.String MODEL
public static final java.lang.String GRAPH
| Constructor Detail |
|---|
public WorkshopGraphConnection(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.| Method Detail |
|---|
public Parameters getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||