Uses of Class
gumbo.util.AbstractDelegatable.Serial

Packages that use AbstractDelegatable.Serial
gumbo.util.relation   
 

Uses of AbstractDelegatable.Serial in gumbo.util.relation
 

Subclasses of AbstractDelegatable.Serial in gumbo.util.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.
 class TestRelation
          Serializable object intended as a relation.
 class TestTreeNode
          Serializable object intended as a tree node.