See: Description
| Interface | Description |
|---|---|
| StateExpression |
Something that can evaluate continuously changing state.
|
| StateExpressionCapture<T> |
Something that can be used to capture the results of traversing the parser syntax tree for a
state expression.
|
| Class | Description |
|---|---|
| CaptureToExpression |
A
StateExpressionCapture that creates a StateExpression. |
| StateEvaluation |
The result of evaluating a state event against some condition.
|
| StateExpressionJob | |
| StateExpressionParser<T> |
Parse a state expression using ANTLR.
|
| StateExpressions |
Implementations of
StateExpressions. |
| StateExpressions.And | |
| StateExpressions.BinaryLogic | |
| StateExpressions.Equals | |
| StateExpressions.Not | |
| StateExpressions.Or | |
| StateExpressionType |