[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 ( _
	rootSingleChildNode As EvalNode, _
	beginState As MatchedEventMap, _
	context As PatternContext _
)
C#
public EvalRootStateNode (
	EvalNode rootSingleChildNode,
	MatchedEventMap beginState,
	PatternContext context
)
Visual C++
public:
EvalRootStateNode (
	EvalNode^ rootSingleChildNode, 
	MatchedEventMap^ beginState, 
	PatternContext^ context
)

Parameters

rootSingleChildNode
net.esper.pattern.EvalNode
is the root nodes single child node
beginState
net.esper.pattern.MatchedEventMap
contains the events that make up prior matches
context
net.esper.pattern.PatternContext
contains handles to services required