Public Member Functions

BinNavi.API.helpers.Tree< ObjectType > Class Reference

Class used to create trees. More...

List of all members.

Public Member Functions

TreeNode< ObjectType > getRootNode ()
 The root node of the tree.
List< TreeNode< ObjectType > > getTreeNodes ()
 The nodes of the tree.
String toString ()
 Printable representation of the tree.

Detailed Description

Class that can be used to create trees.

Parameters:
<ObjectType> Type of the objects stored in the tree.

Member Function Documentation

TreeNode<ObjectType> BinNavi.API.helpers.Tree< ObjectType >.getRootNode (  ) 

Returns the root node of the tree.

Returns:
The root node of the tree.
List<TreeNode<ObjectType> > BinNavi.API.helpers.Tree< ObjectType >.getTreeNodes (  ) 

Returns a list of all nodes in the tree.

Returns:
A list of all nodes in the tree.
String BinNavi.API.helpers.Tree< ObjectType >.toString (  ) 

Returns a string representation of the tree.

Returns:
A string representation of the tree.