ConnectionResult |
FlowModelImpl.connect(Connector s,
Connector r) |
ConnectionResult |
VFlow.connect(Connector s,
Connector r)
Requests the specified connection.
|
ConnectionResult |
VFlow.connect(VFlow s,
VFlow r,
String flowType) |
ConnectionResult |
VFlow.connect(VFlow s,
VNode r,
String flowType) |
ConnectionResult |
VFlow.connect(VNode s,
VFlow r,
String flowType) |
ConnectionResult |
FlowModelImpl.connect(VNode s,
VNode r,
String type) |
ConnectionResult |
VFlow.connect(VNode s,
VNode r,
String flowType)
Requests the specified connection.
|
ConnectionResult |
FlowModelImpl.tryConnect(Connector s,
Connector r) |
ConnectionResult |
VFlow.tryConnect(Connector s,
Connector r)
Attempts to create the specified connection.
|
ConnectionResult |
VFlow.tryConnect(VFlow s,
VFlow r,
String flowType) |
ConnectionResult |
VFlow.tryConnect(VFlow s,
VNode r,
String flowType) |
ConnectionResult |
VFlow.tryConnect(VNode s,
VFlow r,
String flowType) |
ConnectionResult |
FlowModelImpl.tryConnect(VNode s,
VNode r,
String type) |
ConnectionResult |
VFlow.tryConnect(VNode s,
VNode r,
String flowType)
Attempts to create the specified connection.
|