This is the building piece of the Tree data structure used for the backbone of the hierarchy.
Located in /harmoni/core/oki2/hierarchy/tree/TreeNode.class.php (line 17)
TreeNodeInterface | --TreeNode
The children of this node. The index of each element of the array is the string representation of the Id of the corresponding Node.
The id (string representation) for this node.
The parents of this node. The index of each element of the array is the string representation of the Id of the corresponding Node.
Constructor.
Adds a new child for this node.
Detaches the child from this node. The child remains in the hierarchy.
Returns the children of this node in the order they were added.
Returns the number of children for this node.
Returns the id of this node.
Returns the parent node of this node.
Returns the number of parents for this node.
Determines if this node has any children.
Determines if this node has any parents.
Checks if the given node is a child of this node.
Returns true if this TreeNode is among the children of the given node.
Checks if the given node is a parent of this node.
Inherited From TreeNodeInterface
TreeNodeInterface::addChild()
TreeNodeInterface::detachChild()
TreeNodeInterface::getChildren()
TreeNodeInterface::getChildrenCount()
TreeNodeInterface::getId()
TreeNodeInterface::getParents()
TreeNodeInterface::getParentsCount()
TreeNodeInterface::hasChildren()
TreeNodeInterface::hasParents()
TreeNodeInterface::isChild()
TreeNodeInterface::isParent()
Documentation generated on Wed, 19 Sep 2007 10:27:34 -0400 by phpDocumentor 1.3.0RC3