public class Node extends Object implements Serializable
Tree structure.| Constructor and Description |
|---|
Node(String text,
Node parent)
Creates a Node.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
getChildren() |
Node |
getParent() |
String |
getText() |
String |
toString() |
Copyright 2009-2012 Micro Focus. All Rights Reserved.