[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Initializes a new instance of the EvalAndStateNode class.
Namespace: net.esper.pattern
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ parentNode As Evaluator, _ childNodes As ELinkedList(Of EvalNode), _ beginState As MatchedEventMap, _ context As PatternContext _ ) |
C# |
---|
public EvalAndStateNode ( Evaluator parentNode, ELinkedList<EvalNode> childNodes, MatchedEventMap beginState, PatternContext context ) |
Visual C++ |
---|
public: EvalAndStateNode ( Evaluator^ parentNode, ELinkedList<EvalNode^>^ childNodes, MatchedEventMap^ beginState, PatternContext^ context ) |
Parameters
- parentNode
- net.esper.pattern.Evaluator
is the parent evaluator to call to indicate truth value
- childNodes
- net.esper.compat.ELinkedList<(Of T>)
is the and-nodes child nodes
- beginState
- net.esper.pattern.MatchedEventMap
contains the events that make up prior matches
- context
- net.esper.pattern.PatternContext
contains handles to services required