Uses of Interface
gumbo.util.relation.Relation

Packages that use Relation
gumbo.util.relation   
 

Uses of Relation in gumbo.util.relation
 

Subinterfaces of Relation in gumbo.util.relation
 interface Associate
          Deprecated. Currently broken.
 interface TreeNode
          An "abstract" tree node relation in a tree (parent-child) data relationship.
 

Classes in gumbo.util.relation that implement Relation
 class AbstractAssociate
          Deprecated. Currently broken.
 class AbstractRelation
          A full implementation of the Relation interface, with serialization.
 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.
static class Relations.RelationImm
          A serializable immutable view wrapper for a target Relation.
static class Relations.RelationWrapper
          A serializable wrapper for a target Relation.
 class TestRelation
          Serializable object intended as a relation.
 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.