Subclasses of AbstractTreeNode in gumbo.util.relation |
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. |