| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.node.task |
| Modifier and Type | Method and Description |
|---|---|
static GoalDefinition |
FlowBuilderSupport.check(Predicate<?> goalPredicate) |
static GoalDefinition |
FlowBuilderSupport.check(PredicateExpression goalPredicate) |
static GoalDefinition |
FlowBuilderSupport.goal() |
static GoalDefinition |
FlowBuilderSupport.goal(Identifier id)
create a goal definition with the given id.
|
| Modifier and Type | Field and Description |
|---|---|
protected Option<GoalDefinition> |
AbstractTaskDefinition.goal |
| Modifier and Type | Method and Description |
|---|---|
GoalDefinition |
GoalDefinition.check(PredicateExpression predicate) |
GoalDefinition |
GoalDefinition.id(Identifier id) |
| Modifier and Type | Method and Description |
|---|---|
Option<GoalDefinition> |
AbstractTaskDefinition.getGoal() |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractTaskDefinition.goal(GoalDefinition goal)
A goal groups tasks by the outcome they contribute to.
|
Copyright © 2015. All rights reserved.