[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)
Adds a child node.
Namespace: net.esper.pattern
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AddChildNode ( _ childNode As EvalNode _ ) |
C# |
---|
public void AddChildNode ( EvalNode childNode ) |
Visual C++ |
---|
public: void AddChildNode ( EvalNode^ childNode ) |
Parameters
- childNode
- net.esper.pattern.EvalNode
is the child evaluation tree node to add