Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPlugin.portsConnected(NetGraphModel model,
YAWLPort source,
YAWLPort target) |
Modifier and Type | Class and Description |
---|---|
class |
DecoratorPort |
Modifier and Type | Method and Description |
---|---|
YAWLPort |
YAWLTask.getDefaultSourcePort() |
YAWLPort |
YAWLVertex.getDefaultSourcePort() |
YAWLPort |
YAWLTask.getDefaultTargetPort() |
YAWLPort |
YAWLVertex.getDefaultTargetPort() |
YAWLPort |
YAWLVertex.getPortAt(int position) |
YAWLPort[] |
YAWLVertex.getPorts() |
Modifier and Type | Method and Description |
---|---|
void |
NetGraph.connect(YAWLFlowRelation flow,
YAWLPort source,
YAWLPort target) |
YAWLFlowRelation |
NetGraph.connect(YAWLPort source,
YAWLPort target) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
NetUtilities.getPortID(YAWLPort port) |
Modifier and Type | Method and Description |
---|---|
void |
YEditorPlugin.portsConnected(NetGraphModel model,
YAWLPort source,
YAWLPort target)
Called by the editor when a flow has been created between two net
elements (i.e.
|
void |
YEditorPluginAdapter.portsConnected(NetGraphModel model,
YAWLPort source,
YAWLPort target) |
void |
YPluginHandler.portsConnected(NetGraphModel model,
YAWLPort source,
YAWLPort target) |