| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow.io |
| Modifier and Type | Method and Description |
|---|---|
List<PersistentConnection> |
PersistentFlow.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
static Connections |
WorkflowIO.fromPersistentConnections(String connectionType,
List<PersistentConnection> connections,
VFlowModel flow) |
void |
PersistentFlow.setConnections(List<PersistentConnection> connections) |
| Constructor and Description |
|---|
PersistentFlow(List<PersistentConnection> connections,
List<PersistentNode> nodes) |
PersistentFlow(PersistentFlow parent,
String id,
List<PersistentConnection> connections,
List<PersistentNode> nodes,
String title,
double x,
double y,
double width,
double height,
ValueObject valueObject,
boolean visible,
VisualizationRequest vReq,
List<PersistentConnector> connectors) |