Package | Description |
---|---|
org.yawlfoundation.yawl.editor.core.controlflow | |
org.yawlfoundation.yawl.editor.ui.elements.model | |
org.yawlfoundation.yawl.editor.ui.net.utilities |
Modifier and Type | Method and Description |
---|---|
YCompoundFlow |
YControlFlowHandler.addFlow(java.lang.String netID,
java.lang.String sourceID,
java.lang.String targetID) |
YCompoundFlow |
YControlFlowHandler.getFlow(java.lang.String netID,
java.lang.String sourceID,
java.lang.String targetID) |
YCompoundFlow |
YCompoundFlow.moveSourceTo(YExternalNetElement newSource) |
YCompoundFlow |
YCompoundFlow.moveTargetTo(YExternalNetElement newTarget) |
YCompoundFlow |
YControlFlowHandler.removeFlow(java.lang.String netID,
java.lang.String sourceID,
java.lang.String targetID) |
Modifier and Type | Method and Description |
---|---|
int |
YCompoundFlow.compareTo(YCompoundFlow other) |
Modifier and Type | Method and Description |
---|---|
YCompoundFlow |
YAWLFlowRelation.getYFlow() |
Modifier and Type | Method and Description |
---|---|
void |
YAWLFlowRelation.setYFlow(YCompoundFlow flow) |
Constructor and Description |
---|
YAWLFlowRelation(YCompoundFlow flow) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<YCompoundFlow> |
NetUtilities.rationaliseFlows(java.util.Set<YFlow> flows,
java.util.Set<YCondition> implicitConditions) |