Inheritance diagram for kddml.Core.DataMining.Taxonomy.HierarchyNodeManager:
Public Member Functions | |
void | addChild (HierarchyNodeManager node) |
String | getName () |
int | getNumberOfChildren () |
HierarchyNodeManager[] | getChildren () |
int | getLevel () |
boolean | isLeaf () |
boolean | isRoot () |
java.util.Iterator | getLeaves () |
HierarchyNodeManager | getParent () |
int | getDimension () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Adds a new child to this hierarchy node.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |
|
Returns the node name.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |
|
Returns the number of children available for this tree node.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |
|
Returns the direct children of this node or null if the node is a leaf node.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |
|
Returns the level of this node where level(root)=0.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |
|
Returns boolean indicating whether this node is a leaf (terminal node).
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |
|
Returns boolean indicating whether this node is the node root of the hierarchy.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |
|
Return all the leaves of the current node as iterator.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |
|
Returns the parent node.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |
|
Returns the dimension of the sub-nodes of this node.
Implemented in kddml.Core.DataMining.Taxonomy.HierarchyNode. |