public class Node extends Object implements Serializable
Tree
Node(String text, Node parent)
List<Node>
getChildren()
Node
getParent()
String
getText()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Node(String text, Node parent)
text
parent
public Node getParent()
public List<Node> getChildren()
public String getText()
public String toString()
toString
Object
Copyright 2009-2012 Micro Focus. All Rights Reserved.