Treeviz 0.37 2010-10-17

ch.randelshofer.tree.hypertree
Class HTModelNodeComposite

java.lang.Object
  extended by ch.randelshofer.tree.hypertree.HTModelNode
      extended by ch.randelshofer.tree.hypertree.HTModelNodeComposite

public class HTModelNodeComposite
extends HTModelNode

The HTModelNodeComposite class implements the Composite design pattern for HTModelNode. It represents a HTModelNode which is not a leaf.


Field Summary
 
Fields inherited from class ch.randelshofer.tree.hypertree.HTModelNode
model, parent, weight, z
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class ch.randelshofer.tree.hypertree.HTModelNode
getDataNodePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class HTModelNode
Returns:
a String representation of the object

Copyright 2007-2008 (c) Werner Randelshofer.
All rights reserved.