Uses of Interface
com.tensegrity.graph.model.GraphObject

Packages that use GraphObject
com.tensegrity.graph.model Contains the graph model interface.  
com.tensegrity.graph.view Contains the graph view interface.  
 

Uses of GraphObject in com.tensegrity.graph.model
 

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

Methods in com.tensegrity.graph.model that return GraphObject
 GraphObject GraphObjectContainer.getObjectByID(long localId)
          Gets an identified GraphObject
 

Uses of GraphObject in com.tensegrity.graph.view
 

Methods in com.tensegrity.graph.view that return GraphObject
 GraphObject VisualGraphObject.getGraphObject()
          Returns the instance of the GraphObject that corresponds to the VisualGraphObject instance.
 



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