Uses of Class
pt.tumba.cluster.Hierarchy

Uses of Hierarchy in pt.tumba.cluster
 

Fields in pt.tumba.cluster declared as Hierarchy
private  Hierarchy Subsumption.hierarchy
           
 

Methods in pt.tumba.cluster that return Hierarchy
 Hierarchy Hierarchy.addChild(java.lang.String key)
          Adds a feature to the Child attribute of the Node object
 Hierarchy Hierarchy.addChildRecursive(Hierarchy node)
          Adds a node to all the children of the Node object
 Hierarchy Hierarchy.getChild(java.lang.String key)
          Gets the node attribute of the Node object
private  Hierarchy Subsumption.pruneHierarchy(Hierarchy h2, Hierarchy parent, boolean s2)
          Description of the Method
private  Hierarchy Subsumption.pruneHierarchy2(Hierarchy h, Hierarchy parent)
           
 Hierarchy Subsumption.pruneHierarchyMaxNodes(Hierarchy hierarchy, int max)
           
 

Methods in pt.tumba.cluster with parameters of type Hierarchy
 Hierarchy Hierarchy.addChildRecursive(Hierarchy node)
          Adds a node to all the children of the Node object
private  void Subsumption.computeHierarchy(java.lang.String term, java.util.HashMap terms2, Hierarchy hierarchy, int level)
          Description of the Method
private  Hierarchy Subsumption.pruneHierarchy(Hierarchy h2, Hierarchy parent, boolean s2)
          Description of the Method
private  Hierarchy Subsumption.pruneHierarchy2(Hierarchy h, Hierarchy parent)
           
 Hierarchy Subsumption.pruneHierarchyMaxNodes(Hierarchy hierarchy, int max)