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

Returns all descendent nodes to the top node in a list in which the utmost descendants are listed first and the top node itself is listed last.

Namespace: net.esper.eql.join.assemble
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetDescendentNodesBottomUp ( _
	topNode As BaseAssemblyNode _
) As IList(Of BaseAssemblyNode)
C#
public static IList<BaseAssemblyNode> GetDescendentNodesBottomUp (
	BaseAssemblyNode topNode
)
Visual C++
public:
static IList<BaseAssemblyNode^>^ GetDescendentNodesBottomUp (
	BaseAssemblyNode^ topNode
)

Parameters

topNode
net.esper.eql.join.assemble.BaseAssemblyNode
is the root node of a tree structure

Return Value

list of nodes with utmost descendants first ordered by level of depth in tree with top node last