| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow |
| Modifier and Type | Class and Description |
|---|---|
class |
ThruConnectorImpl
This class provides the default implementation of a
Connector in
VWorkflows |
| Modifier and Type | Method and Description |
|---|---|
ThruConnector |
VFlow.addThruInput(String type) |
ThruConnector |
VFlowModel.addThruInput(String type) |
ThruConnector |
VFlow.addThruOutput(String type) |
ThruConnector |
VFlowModel.addThruOutput(String type) |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<ThruConnector> |
VFlow.getThruInputs() |
ObservableList<ThruConnector> |
VFlowModel.getThruInputs() |
ObservableList<ThruConnector> |
VFlow.getThruOutputs() |
ObservableList<ThruConnector> |
VFlowModel.getThruOutputs() |