gumbo.visualize.data
Class WholeModel.GlobalWholeTree

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

public static class WholeModel.GlobalWholeTree
extends TreeNodes.Tree

Global tree used for all whole model tree nodes.

See Also:
Serialized Form

Field Summary
static WholeModel.GlobalWholeTree 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 WholeModel.GlobalWholeTree INSTANCE
Singleton instance.