| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.expression | |
| brainslug.flow.execution.node | |
| brainslug.flow.execution.token |
| Modifier and Type | Field and Description |
|---|---|
protected PredicateEvaluator |
AbstractBrainslugContextBuilder.predicateEvaluator |
| Modifier and Type | Method and Description |
|---|---|
PredicateEvaluator |
DefaultBrainslugContext.getPredicateEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withPredicateEvaluator(PredicateEvaluator predicateEvaluator) |
| Constructor and Description |
|---|
DefaultBrainslugContext(AsyncTriggerScheduler asyncTriggerScheduler,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerSchedulerOptions asyncTriggerSchedulerOptions,
AsyncFlowStartScheduler asyncFlowStartScheduler,
SchedulerOptions asyncFlowStartSchedulerOptions,
DefinitionStore definitionStore,
ListenerManager listenerManager,
CallDefinitionExecutor callDefinitionExecutor,
PredicateEvaluator predicateEvaluator,
Registry registry,
FlowExecutor flowExecutor,
TokenStore tokenStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPredicateEvaluator |
| Constructor and Description |
|---|
ChoiceNodeExecutor(PredicateEvaluator predicateEvaluator) |
EventNodeExecutor(AsyncTriggerStore asyncTriggerStore,
PredicateEvaluator predicateEvaluator) |
TaskNodeExecutor(DefinitionStore definitionStore,
PredicateEvaluator predicateEvaluator,
CallDefinitionExecutor callDefinitionExecutor,
AsyncTriggerScheduler asyncTriggerScheduler) |
| Modifier and Type | Field and Description |
|---|---|
protected PredicateEvaluator |
TokenFlowExecutor.predicateEvaluator |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenFlowExecutor.setPredicateEvaluator(PredicateEvaluator predicateEvaluator) |
| Constructor and Description |
|---|
TokenFlowExecutor(TokenStore tokenStore,
DefinitionStore definitionStore,
PropertyStore propertyStore,
ListenerManager listenerManager,
Registry registry,
PredicateEvaluator predicateEvaluator,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerScheduler asyncTriggerScheduler,
CallDefinitionExecutor callDefinitionExecutor) |
Copyright © 2015. All rights reserved.