Node

Name Node
Usage AgendaBoService
Tree Node
Type Complex

Description

Represents a node of the Tree class. The Node is also a container, and
can be thought of as instrumentation to determine the location of the type T
in the Tree.

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
children Children NodeList Return the children of Node. The Tree is represented by a single
root Node whose children are represented by a List>. Each of
these Node elements in the List can have children. The getChildren()
method will return the children of a Node.
    Many No  
numberOfChildren Number Of Children int Returns the number of immediate children of this Node.     One No  
data Data T Data object contained in the node (a leaf)     One No  
nodeLabel Node Label K Object containing the data for labeling the node (can be simple String)     One No  
nodeType Node Type String Indicates what type of node is being represented, used to give
a functional label for the node that can also be used for presentation
purposes
    One No