| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow | |
| eu.mihosoft.vrl.workflow.incubating | |
| eu.mihosoft.vrl.workflow.io |
| Modifier and Type | Method and Description |
|---|---|
VFlowModel |
VNode.getFlow() |
VFlowModel |
VFlow.getModel()
Returns the model that is used by this flow controller.
|
static VFlowModel |
FlowFactory.newFlowModel()
Creates a new flow model
|
VFlowModel |
VFlowModel.newFlowNode() |
VFlowModel |
VFlowModel.newFlowNode(ValueObject obj) |
| Modifier and Type | Method and Description |
|---|---|
static List<VFlowModel> |
WorkflowUtil.getAncestors(VNode n)
Returns the ancestors of the specified node.
|
static Optional<VFlowModel> |
WorkflowUtil.getCommonAncestor(VNode n1,
VNode n2)
Returns the first common ancestor of the specified nodes if such a parent node
exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VFlow.setModel(VFlowModel flow)
Defines the model that shall be used by this flow controller.
|
| Constructor and Description |
|---|
NodeLookupImpl(VFlowModel root) |
| Modifier and Type | Method and Description |
|---|---|
VFlowModel |
LayoutGenerator.getWorkflow()
Returns the workflow to be laid out.
|
VFlowModel |
LayoutGeneratorNaive.getWorkflow()
Returns the workflow to be laid out.
|
VFlowModel |
LayoutGeneratorSmart.getWorkflow()
Returns the workflow to be laid out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutGenerator.setWorkflow(VFlowModel pworkflow)
Sets the workflow to be laid out.
|
void |
LayoutGeneratorNaive.setWorkflow(VFlowModel pworkflow)
Sets the workflow to be laid out.
|
void |
LayoutGeneratorSmart.setWorkflow(VFlowModel pworkflow)
Sets the workflow to be laid out.
|
| Modifier and Type | Method and Description |
|---|---|
static VFlowModel |
WorkflowIO.flowFromPersistentFlow(PersistentFlow flow,
IdGenerator generator) |
static VFlowModel |
WorkflowIO.loadFromXML(InputStream xmlStream,
IdGenerator generator) |
static VFlowModel |
WorkflowIO.loadFromXML(Path p,
IdGenerator generator) |
static VFlowModel |
WorkflowIO.loadFromXML(String xml,
IdGenerator generator) |
| Modifier and Type | Method and Description |
|---|---|
static Connections |
WorkflowIO.fromPersistentConnections(String connectionType,
List<PersistentConnection> connections,
VFlowModel flow) |
static void |
WorkflowIO.saveToXML(Path p,
VFlowModel flow) |
static String |
WorkflowIO.saveToXML(VFlowModel flow) |
static void |
WorkflowIO.saveToXML(VFlowModel flow,
OutputStream xmlStream) |