Uses of Interface
gumbo.util.relation.TreeNode

Packages that use TreeNode
gumbo.util.relation   
 

Uses of TreeNode in gumbo.util.relation
 

Classes in gumbo.util.relation that implement TreeNode
 class AbstractTreeNode
          A full implementation of the IntersectionTreeNode interface (see also AbstractTreeNodeDelegator).
static class AbstractTreeNode.Auto
          An AbstractTreeNode that automatically sets the relationship of relations (parent or child) when a connection is created, with the dead relation taking on the relationship of the live one.
static class AbstractTreeNode.Global
          An AbstractTreeNode.Auto that uses a singleton (global) relationship, and throws an exception if the relationship is changed.
 class TestTreeNode
          Serializable object intended as a tree node.
static class TreeNodes.TreeNodeImm
          A serializable immutable view wrapper for a target TreeNode.
static class TreeNodes.TreeNodeWrapper
          A serializable wrapper for a target TreeNode.