Inheritance diagram for kddml.Core.DataMining.Taxonomy.HierarchyNode:
Public Member Functions | |
void | addChild (HierarchyNodeManager node) |
int | getLevel () |
int | getDimension () |
HierarchyNodeManager | getParent () |
String | toString () |
String | getName () |
boolean | isLeaf () |
boolean | isRoot () |
int | getNumberOfChildren () |
HierarchyNodeManager[] | getChildren () |
Iterator | getLeaves () |
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.
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |
|
Returns the level of this node where level(root)=0.
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |
|
Returns the dimension of the sub-nodes of this node.
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |
|
Returns the parent node.
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |
|
Returns a representation of this object as string.
|
|
Returns the node name.
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |
|
Returns boolean indicating whether this node is a leaf (terminal node).
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |
|
Returns boolean indicating whether this node is the node root of the hierarchy.
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |
|
Returns the number of children available for this tree node.
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |
|
Returns the direct children of this node or null if the node is a leaf node.
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |
|
Return all the leaves of the current node as iterator.
Implements kddml.Core.DataMining.Taxonomy.HierarchyNodeManager. |