Interface | Description |
---|---|
EvalFactoryNode | |
EvalFactoryNodeVisitor | |
EvalForgeNode |
Superclass of all nodes in an evaluation tree representing an event pattern expression.
|
EvalNode | |
EvalNodeUtilFactoryFilter | |
EvalRootMatchRemover |
Interface for a root pattern node for removing matches.
|
EvalRootState |
Interface for a root state node accepting a callback to use to indicate pattern results.
|
EvalStateNodeVisitor |
Interface for visiting each element in the evaluation node tree for an event expression (see Visitor pattern).
|
Evaluator |
Interface for nodes in an expression evaluation state tree that are being informed by a child that the
event expression fragments (subtrees) which the child represents has turned true (evaluateTrue method)
or false (evaluateFalse).
|
MatchedEventConvertor |
Converts from a map of prior matching events to a events per stream for resultion by expressions.
|
PatternCompileHook | |
PatternDeltaCompute | |
PatternFactoryService | |
PatternMatchCallback |
Callback interface for anything that requires to be informed of matching events which would be stored
in the MatchedEventMap structure passed to the implementation.
|
PatternObjectResolutionService |
Factory service for resolving pattern objects such as guards and observers.
|
Class | Description |
---|---|
EvalFactoryNodeBase | |
EvalForgeNodeBase | |
EvalNodeBase | |
EvalRootFactoryNode |
This class is always the root node in the evaluation tree representing an event expression.
|
EvalRootForgeNode |
This class represents an observer expression in the evaluation tree representing an pattern expression.
|
EvalRootNode |
This class is always the root node in the evaluation tree representing an event expression.
|
EvalRootStateNode |
This class is always the root node in the evaluation state tree representing any activated event expression.
|
EvalStateNode |
Superclass of all state nodes in an evaluation node tree representing an event expressions.
|
MatchedEventConvertorForge |
Converts from a map of prior matching events to a events per stream for resultion by expressions.
|
PatternAgentInstanceContext |
Contains handles to implementations of services needed by evaluation nodes.
|
PatternConsumptionUtil | |
PatternContext |
Contains handles to implementations of services needed by evaluation nodes.
|
PatternDeltaComputeUtil | |
PatternExpressionUtil |
Utility for evaluating pattern expressions.
|
PatternFactoryServiceImpl | |
PatternObjectHelper |
Helper producing a repository of built-in pattern objects.
|
PatternObjectResolutionServiceImpl |
Resolves pattern object namespace and name to guard or observer factory class, using configuration.
|
Enum | Description |
---|---|
PatternExpressionPrecedenceEnum |
Exception | Description |
---|---|
PatternObjectException |
This exception is thrown to indicate a problem with a view expression.
|
Copyright © 2005–2018. All rights reserved.