| Package | Description |
|---|---|
| brainslug.flow | |
| brainslug.flow.node | |
| brainslug.flow.node.task | |
| brainslug.flow.path |
| Modifier and Type | Method and Description |
|---|---|
<T extends FlowNodeDefinition> |
FlowDefinition.addNode(T flowNodeDefinition) |
<T extends FlowNodeDefinition> |
FlowDefinition.getNode(Identifier id,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeDefinition |
FlowDefinition.getNode(Identifier id) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowNodeDefinition> |
FlowDefinition.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FlowDefinition.contains(FlowNodeDefinition<?> flowNodeDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowNodeDefinition<T extends FlowNodeDefinition> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChoiceDefinition |
class |
EventDefinition |
class |
JoinDefinition |
class |
MergeDefinition |
class |
ParallelDefinition |
class |
TaskDefinition |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeDefinition<T> |
FlowNodeDefinition.addIncoming(FlowNodeDefinition source) |
FlowNodeDefinition<T> |
FlowNodeDefinition.addOutgoing(FlowNodeDefinition target) |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeDefinition<T> |
FlowNodeDefinition.addIncoming(FlowNodeDefinition source) |
FlowNodeDefinition<T> |
FlowNodeDefinition.addOutgoing(FlowNodeDefinition target) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTaskDefinition<SelfType extends AbstractTaskDefinition> |
| Modifier and Type | Field and Description |
|---|---|
protected FlowNodeDefinition |
FlowPathDefinition.startNode |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends FlowNodeDefinition> |
FlowPathDefinition.addToPath(T flowNodeDefinition) |
protected <T extends FlowNodeDefinition> |
FlowPathDefinition.appendNode(T flowNodeDefinition) |
protected <T extends FlowNodeDefinition> |
FlowPathDefinition.connect(FlowNodeDefinition previousNode,
T flowNodeDefinition) |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeDefinition |
FlowPathDefinition.getFirstNode() |
FlowNodeDefinition<?> |
FlowEdgeDefinition.getSource() |
FlowNodeDefinition |
FlowPathDefinition.getStartNode() |
FlowNodeDefinition<?> |
FlowEdgeDefinition.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<FlowNodeDefinition> |
FlowPathDefinition.getPathNodes() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends FlowNodeDefinition> |
FlowPathDefinition.connect(FlowNodeDefinition previousNode,
T flowNodeDefinition) |
Self |
FlowPathDefinition.end(FlowNodeDefinition<EventDefinition> eventDefinition) |
| Constructor and Description |
|---|
AndDefinition(FlowDefinition definition,
FlowNodeDefinition<ParallelDefinition> startNode) |
FlowEdgeDefinition(FlowNodeDefinition source,
FlowNodeDefinition target) |
FlowEdgeDefinition(FlowNodeDefinition source,
FlowNodeDefinition target) |
FlowPathDefinition(FlowDefinition definition,
FlowNodeDefinition startNode) |
Copyright © 2014. All rights reserved.