Package net.didion.jwnl.data.list

Lists and associated classes that hold the results of relationship operations.

See:
          Description

Interface Summary
Node A node in a list.
PointerTargetTreeNodeList.Operation Operation that is performed on the nodes of a tree or list.
 

Class Summary
NodePrinter A printer for displaying the contents of a node list.
PointerTargetNode A node in a PointerTargetNodeList.
PointerTargetNodeList A PointerTargetNodeList holds the results of a relationship method.
PointerTargetTree A container for the root node of a pointer target tree.
PointerTargetTreeNode A node in a PointerTargetTreeNodeList.
PointerTargetTreeNodeList A list of PointerTargetTreeNodes.
PointerTargetTreeNodeList.FindNodeOperation Operation that is used for finding the specified node in a tree.
PointerTargetTreeNodeList.FindTargetOperation Operation that is used for finding the node(s) in a tree that have the specified PointerTarget.
 

Package net.didion.jwnl.data.list Description

Lists and associated classes that hold the results of relationship operations. Nodes in a list are generally related to each other by a PointerType.