| Modifier and Type | Method and Description |
|---|---|
protected StateGraph |
State.getIteration()
EXPERIMENTAL
|
| Modifier and Type | Method and Description |
|---|---|
protected List<StateGraph> |
State.getBranches()
EXPERIMENTAL
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
State.addBranch(StateGraph branch)
Add a paralle branch to this state.
|
protected void |
State.addIterator(StateGraph iteration)
Add a map iterator to this state.
|
void |
State.bindToGraph(StateGraph graph)
Register this state as part of the given graph.
|
void |
StateGraph.registerSuperGraph(StateGraph graph)
Register this graph as a child of the given graph.
|
protected void |
State.setIteration(StateGraph value)
EXPERIMENTAL
|
protected void |
Task.whenBoundToGraph(StateGraph graph)
Called whenever this state is bound to a graph.
|
protected void |
State.whenBoundToGraph(StateGraph graph)
Called whenever this state is bound to a graph.
|
Copyright © 2020. All rights reserved.