| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow | |
| eu.mihosoft.vrl.workflow.io |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectorValueObject
This class defines a default connector value object.
|
class |
DefaultValueObject
This class defines a value object you can assign a value.
|
class |
NoDefaultConnectorValueObject |
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
Connector.getValueObject()
Returns the value object of this connector.
|
ValueObject |
VNode.getValueObject()
Gets the value of the property valueObject.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<ValueObject> |
Connector.valueObjectProperty()
Returns the value object property (can be used to get notified if the value object changes).
|
ObjectProperty<ValueObject> |
VNode.valueObjectProperty() |
| Modifier and Type | Method and Description |
|---|---|
CompatibilityResult |
DefaultConnectorValueObject.compatible(ValueObject sender,
String flowType) |
CompatibilityResult |
DefaultValueObject.compatible(ValueObject sender,
String flowType) |
CompatibilityResult |
NoDefaultConnectorValueObject.compatible(ValueObject sender,
String flowType) |
CompatibilityResult |
ValueObject.compatible(ValueObject sender,
String flowTpe) |
VFlowModel |
VFlowModel.newFlowNode(ValueObject obj) |
VNode |
VFlow.newNode(ValueObject obj)
Adds a new node to this flow.
|
VNode |
VFlowModel.newNode(ValueObject obj) |
VFlow |
VFlow.newSubFlow(ValueObject obj)
Adds a new subflow to this flow.
|
void |
Connector.setValueObject(ValueObject obj)
Defines the value object of this connector.
|
void |
VNode.setValueObject(ValueObject obj)
Sets the value of the property valueObject.
|
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
PersistentConnector.getValueObject() |
static ValueObject |
WorkflowIO.toValueObject(VNode node,
PersistentValueObject vObj) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentConnector.setValueObject(ValueObject valueObject) |
static PersistentValueObject |
WorkflowIO.toPersistentValueObject(ValueObject vObj) |
| Constructor and Description |
|---|
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) |
PersistentNode(String id,
String title,
double x,
double y,
double width,
double height,
ValueObject valueObject,
VisualizationRequest vReq,
List<PersistentConnector> connectors) |