[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Constructor.

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 EvalFollowedByStateNode (
	Evaluator parentNode,
	ELinkedList<EvalNode> childNodes,
	MatchedEventMap beginState,
	PatternContext context
)
Visual C++
public:
EvalFollowedByStateNode (
	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>)
are the child nodes of the followed by node
beginState
net.esper.pattern.MatchedEventMap
contains the events that make up prior matches
context
net.esper.pattern.PatternContext
contains handles to services required