| Package | Description |
|---|---|
| io.doov.core.dsl.impl |
Condition implementations.
|
| io.doov.core.dsl.lang |
Dsl interfaces
|
| io.doov.core.dsl.meta |
Abstract syntax tree implementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContext |
| Modifier and Type | Method and Description |
|---|---|
Context |
DefaultResult.getContext() |
| Modifier and Type | Method and Description |
|---|---|
Context |
Result.getContext()
Returns the context that contains the execution values.
|
| Modifier and Type | Method and Description |
|---|---|
BiPredicate<DslModel,Context> |
StepCondition.predicate()
Returns the predicate for this node value.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata |
ConverterMetadata.message(Context context) |
Metadata |
BinaryMetadata.message(Context context) |
Metadata |
MappingMetadata.message(Context context) |
Metadata |
UnaryMetadata.message(Context context)
Be carrefull about the boolean satisfiability problem when we use the not operator
https://en.wikipedia.org/wiki/Boolean_satisfiability_problem
|
Metadata |
EmptyMetadata.message(Context context) |
Metadata |
Metadata.message(Context context)
Returns the failure message from the given context.
|
Metadata |
LeafMetadata.message(Context context) |
Metadata |
NaryMetadata.message(Context context) |
Copyright © 2018. All rights reserved.