| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow | |
| eu.mihosoft.vrl.workflow.io |
| Modifier and Type | Method and Description |
|---|---|
Connections |
Connection.getConnections() |
Connections |
FlowModelImpl.getConnections(String type) |
Connections |
VFlow.getConnections(String flowType)
Returns the all connections of the specified flow/connection type
|
static Connections |
VConnections.newConnections(String type) |
| Modifier and Type | Method and Description |
|---|---|
ObservableMap<String,Connections> |
FlowModelImpl.getAllConnections() |
ObservableMap<String,Connections> |
VFlow.getAllConnections()
Returns all connections of this flow controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowModelImpl.addConnections(Connections connections,
String flowType) |
void |
VFlow.addConnections(Connections connections,
String flowType)
Adds the specified connections to this flow controller.
|
static void |
VConnections.printConnections(Connections connections) |
| Modifier and Type | Method and Description |
|---|---|
static Connections |
WorkflowIO.fromPersistentConnections(String connectionType,
List<PersistentConnection> connections,
VFlowModel flow) |