Uses of Package
com.tensegrity.graph.model

Packages that use com.tensegrity.graph.model
com.tensegrity.graph.algorithm   
com.tensegrity.graph.controller Graph Controller specification.  
com.tensegrity.graph.event This package contains the event related code which consists of Event classes, Listeners and Adapters for the later.  
com.tensegrity.graph.model Contains the graph model interface.  
com.tensegrity.graph.persistence GraphPersistence package.  
com.tensegrity.graph.rule.handler Handlers that can be registered and then activated in rules.  
com.tensegrity.graph.view Contains the graph view interface.  
com.tensegrity.gui.graphdocument This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents.  
com.tensegrity.gui.swing.dialog.graphtools   
com.tensegrity.skeleton.commands The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. 
com.tensegrity.skeleton.swt.commands   
 

Classes in com.tensegrity.graph.model used by com.tensegrity.graph.algorithm
Edge
           A graph Edge (link, arc, connection, association) in the abstract.
Graph
           This interface defines an abstract Graph without any notion of a visualization.
GraphException
          This exception is the root exception for graphs.
Node
           This interface represents the functionality of any potential vertex in a graph.
Subgraph
           This interface defines a nested Graph that appears to be a single Node from the perspective of its parent.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.graph.controller
Graph
           This interface defines an abstract Graph without any notion of a visualization.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.graph.event
Edge
           A graph Edge (link, arc, connection, association) in the abstract.
Graph
           This interface defines an abstract Graph without any notion of a visualization.
GraphObjectContainer
           This interface defines the responsibilities for containers of objects of type GraphObject.
Node
           This interface represents the functionality of any potential vertex in a graph.
Port
           In standard graph theory, an Edge is connected to two Node instances.
Subgraph
           This interface defines a nested Graph that appears to be a single Node from the perspective of its parent.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.graph.model
Edge
           A graph Edge (link, arc, connection, association) in the abstract.
EdgeInfo
          Tag interface that indicates that an implementation class holds additional information.
EdgeInfoGenerator
           Implementors of this interface must be able to generate an instance of an EdgeInfo.
Graph
           This interface defines an abstract Graph without any notion of a visualization.
GraphDynamicException
           This represents the base exception class for graphs.
GraphException
          This exception is the root exception for graphs.
GraphGeneration.TreeRandomizer
          Helper class for randomization.
GraphModelFactory
           This class and its abstract methods represent the interface to factories that are responsible for creating Graph model elements.
GraphObject
           This interface represents the aspects common to all Graph elements, including a Node, Edge and Subgraph.
GraphObjectContainer
           This interface defines the responsibilities for containers of objects of type GraphObject.
GraphVisitor
          This class is a functional visitor for subgraphs.
IllegalEdgeException
          This exception is thrown if a link is illegal or illegaly referenced.
IllegalGraphException
          This exception is thrown if a graph is illegal.
IllegalNodeException
          This exception is thrown if a node is illegal or illegaly referenced within the context of a graph.
InappropriateGraphException
          This exception is thrown if a graph is inappropriate in a certain context.
Node
           This interface represents the functionality of any potential vertex in a graph.
NodeInfo
          Tag interface that indicates that an implementation class holds additional information.
NodeInfoGenerator
           Implementors of this interface must be able to generate an instance of a NodeInfo.
Port
           In standard graph theory, an Edge is connected to two Node instances.
PortDenotation
           A PortDenotation is a meta-level class which encapusates the rules about incoming and outgoing connections to a Port.
Subgraph
           This interface defines a nested Graph that appears to be a single Node from the perspective of its parent.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.graph.persistence
Edge
           A graph Edge (link, arc, connection, association) in the abstract.
Node
           This interface represents the functionality of any potential vertex in a graph.
Subgraph
           This interface defines a nested Graph that appears to be a single Node from the perspective of its parent.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.graph.rule.handler
GraphException
          This exception is the root exception for graphs.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.graph.view
Edge
           A graph Edge (link, arc, connection, association) in the abstract.
Graph
           This interface defines an abstract Graph without any notion of a visualization.
GraphObject
           This interface represents the aspects common to all Graph elements, including a Node, Edge and Subgraph.
GraphObjectContainer
           This interface defines the responsibilities for containers of objects of type GraphObject.
IllegalEdgeException
          This exception is thrown if a link is illegal or illegaly referenced.
IllegalNodeException
          This exception is thrown if a node is illegal or illegaly referenced within the context of a graph.
Node
           This interface represents the functionality of any potential vertex in a graph.
Port
           In standard graph theory, an Edge is connected to two Node instances.
Subgraph
           This interface defines a nested Graph that appears to be a single Node from the perspective of its parent.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.gui.graphdocument
Graph
           This interface defines an abstract Graph without any notion of a visualization.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.gui.swing.dialog.graphtools
Graph
           This interface defines an abstract Graph without any notion of a visualization.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.skeleton.commands
Graph
           This interface defines an abstract Graph without any notion of a visualization.
 

Classes in com.tensegrity.graph.model used by com.tensegrity.skeleton.swt.commands
Graph
           This interface defines an abstract Graph without any notion of a visualization.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.