gumbo.util.relation
Class TreeNodes.GlobalTree

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.util.relation.Relationship
              |
              +--gumbo.util.relation.TreeNodes.Tree
                    |
                    +--gumbo.util.relation.TreeNodes.GlobalTree
All Implemented Interfaces:
Disposable, java.io.Serializable
Enclosing class:
TreeNodes

public static class TreeNodes.GlobalTree
extends TreeNodes.Tree

Global tree used as the default singleton for global-relationship tree nodes.

See Also:
Serialized Form

Field Summary
static TreeNodes.GlobalTree INSTANCE
          Singleton instance.
 
Methods inherited from class gumbo.util.relation.TreeNodes.Tree
checkRelation
 
Methods inherited from class gumbo.util.relation.Relationship
getAddedConnectionOut, getAddedRelationOut, getRelations, getRemovingConnectionOut, getRemovingRelationOut, implAddedConnection, implAddRelation, implDispose, implRemoveRelation, implRemovingConnection, toString
 
Methods inherited from class gumbo.util.AbstractDisposable
dispose, isDisposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final TreeNodes.GlobalTree INSTANCE
Singleton instance.