| Modifier and Type | Method and Description |
|---|---|
Connector |
EPCGraph.addConnector(java.lang.String label,
Connector.ConnectorType type) |
Connector |
EPCGraph.removeConnector(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Connector> |
EPCGraph.getConnectors() |
java.util.Collection<Connector> |
EPCNode.getPrecedingConnectors() |
java.util.Collection<Connector> |
EPCNode.getSucceedingConnectors() |
java.util.Collection<Connector> |
EPCNode.getSurroundingConnectors() |
| Modifier and Type | Method and Description |
|---|---|
Connector |
EPCGraph.removeConnector(Connector connector) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableConnector |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<org.yawlfoundation.yawl.editor.elements.model.YAWLCondition,Connector> |
YAWL2EPC.conditionChoiceMapping |
protected java.util.Map<org.yawlfoundation.yawl.editor.elements.model.YAWLTask,Connector> |
YAWL2EPC.xortaskChoiceMapping |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.yawlfoundation.yawl.editor.elements.model.YAWLCondition,Connector> |
YAWL2EPC.getYAWLConditionToEPCConnectorMapping()
Returns a task mapping of the input YAWL conditions to the
corresponding EPC connectors in the converted model.
|
java.util.Map<org.yawlfoundation.yawl.editor.elements.model.YAWLTask,Connector> |
YAWL2EPC.getYAWLTaskToEPCConnectorMapping()
Returns a task mapping of the input YAWL tasks (e.g., XOR tasks) to the
corresponding EPC connectors in the converted model.
|