| Package | Description |
|---|---|
| brainslug.flow | |
| brainslug.flow.builder | |
| brainslug.flow.context | |
| brainslug.flow.node.task | |
| brainslug.flow.path |
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowBuilder.getDefinition() |
FlowDefinition |
FlowDefinition.id(Identifier id) |
FlowDefinition |
FlowDefinition.name(String name) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowDefinition |
FlowBuilderSupport.definition |
| Modifier and Type | Method and Description |
|---|---|
FlowBuilderSupport |
FlowBuilderSupport.withDefinition(FlowDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlowDefinition> |
BrainslugContext.getDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
BrainslugContext |
BrainslugContext.addFlowDefinition(FlowDefinition flowDefinition)
add a flow definition to the definition store to make it
executable
|
| Constructor and Description |
|---|
GoalDefinition(FlowDefinition flowDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowDefinition |
FlowPathDefinition.definition |
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowPathDefinition.getDefinition() |
| Constructor and Description |
|---|
AndDefinition(FlowDefinition definition,
FlowNodeDefinition<ParallelDefinition> startNode) |
FlowPathDefinition(FlowDefinition definition,
FlowNodeDefinition startNode) |
ThenDefinition(EqualDefinition predicateDefinition,
FlowDefinition definition,
ChoiceDefinition choiceDefinition) |
Copyright © 2014. All rights reserved.