| Package | Description |
|---|---|
| brainslug.flow | |
| brainslug.flow.builder | |
| brainslug.flow.node.event | |
| brainslug.flow.node.task |
| Modifier and Type | Method and Description |
|---|---|
Option<PredicateDefinition> |
FlowDefinition.getGoalPredicate(Identifier goalId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDefinition.addGoal(Identifier id,
PredicateDefinition predicate) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Predicate> |
FlowBuilderSupport.predicate(T predicate) |
| Modifier and Type | Method and Description |
|---|---|
GoalDefinition |
FlowBuilderSupport.check(Identifier id,
PredicateDefinition goalPredicate) |
| Modifier and Type | Method and Description |
|---|---|
Option<PredicateDefinition> |
AbstractEventDefinition.getContinuePredicate() |
| Modifier and Type | Method and Description |
|---|---|
Self |
AbstractEventDefinition.continueIf(PredicateDefinition continuePredicate)
sets a predicate which is checked to determine whether the execution
should be continued immediately for this event, without waiting
for a signaling trigger.
|
| Modifier and Type | Method and Description |
|---|---|
GoalDefinition |
GoalDefinition.check(PredicateDefinition predicate) |
Copyright © 2014. All rights reserved.