Deprecated API

Deprecated Methods
net.ultrametrics.util.Node.dump(int)
          Provided for testing. Dumps the contents of this node on stdout. Recursively invokes dump() on the children of this node, causing the complete tree to be displayed. 
net.ultrametrics.util.Node.getMaxBranches()
          Provided for testing. Returns the maximum branching-factor of this tree if generateChildren was used to randomly populate this tree. 
net.ultrametrics.util.Node.getMaxDepth()
          Provided for testing. Returns the maximum depth of this tree if generateChildren was used to randomly populate this tree. 
net.ultrametrics.util.Node.getMinBranches()
          Provided for testing. Returns the maximum branching-factor of this tree if generateChildren was used to randomly populate this tree.