Class PointerTargetTreeNode

java.lang.Object
net.didion.jwnl.data.list.PointerTargetNode
net.didion.jwnl.data.list.PointerTargetTreeNode
All Implemented Interfaces:
Cloneable, Node, DeepCloneable

public class PointerTargetTreeNode extends PointerTargetNode
A node in a PointerTargetTreeNodeList. Each node can have a childTreeList, which is a list of nodes that are children of this node, and a pointerTreeList, which is a tree of pointers related to this node's target. Basically, this allows for a single tree supporting multiple relationships. For example, you may have a ancestry tree, and each node, besides having links to its children, has links to the synonyms of its target.