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

Packages that use Subgraph
com.tensegrity.graph.algorithm   
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.view Contains the graph view interface.  
 

Uses of Subgraph in com.tensegrity.graph.algorithm
 

Methods in com.tensegrity.graph.algorithm with parameters of type Subgraph
 boolean TopologicalSort.apply(Subgraph subgraph, Node[] order)
          Returns true if there is one or more cycles in the subgraph.
 

Uses of Subgraph in com.tensegrity.graph.event
 

Constructors in com.tensegrity.graph.event with parameters of type Subgraph
NodeEvent(int id, Subgraph subgraph, Node node)
          Constructs a new NodeEvent.
NodeEvent(int id, Subgraph subgraph, Node node, Port port)
          Constructs a new NodeEvent.
GraphEvent(int eventid, Subgraph subgraph, Node node, long nodeid)
          Constructs a new GraphEvent.
GraphEvent(int eventid, Subgraph subgraph, Edge edge, long edgeid)
          Constructs a new GraphEvent.
GraphEvent(int eventid, Graph graph, Subgraph subgraph, Node node, Edge edge, long nodeid, long edgeid)
          Constructs a new GraphEvent.
GraphEvent(int eventid, Graph graph, Subgraph subgraph, Node node, Edge edge, long nodeid, long edgeid, Edge newedge1, Edge newedge2)
          Constructs a new GraphEvent.
GraphEvent(int eventid, long nodeid, Node node, Graph graph, Subgraph subgraph, long edgeid, Edge edge, GraphObjectContainer edgeGOC, Edge newedge1, GraphObjectContainer newedge1GOC, Edge newedge2, GraphObjectContainer newedge2GOC)
           
EdgeEvent(int id, Subgraph subgraph, Edge edge)
          Constructs a new EdgeEvent.
 

Uses of Subgraph in com.tensegrity.graph.model
 

Methods in com.tensegrity.graph.model that return Subgraph
 Subgraph Subgraph.deepCopy(Graph graph)
          Returns a deep copy of the subgraph.
 Subgraph Graph.getSubgraph()
          Returns a reference to the Subgraph this Graph is a part of.
abstract  Subgraph GraphModelFactory.newSubgraph(java.lang.String label, Graph graph)
          Constructs and returns a new Subgraph object.
abstract  Subgraph GraphModelFactory.newSubgraph(java.lang.String label, NodeInfo info, Graph graph)
          Constructs and returns a new Subgraph object.
 

Methods in com.tensegrity.graph.model with parameters of type Subgraph
 void GraphVisitor.visit(Subgraph subgraph, int level)
          Callback invoked during traversal of graph-hierarchies.
 

Uses of Subgraph in com.tensegrity.graph.persistence
 

Methods in com.tensegrity.graph.persistence with parameters of type Subgraph
abstract  Serializer GraphModelPersistenceFactory.newSubgraphSerializer(Subgraph subgraph, com.tensegrity.graph.defaultview.InternalIDPool poolIDs)
           
 

Uses of Subgraph in com.tensegrity.graph.view
 

Methods in com.tensegrity.graph.view that return Subgraph
 Subgraph VisualSubgraph.getSubgraph()
          Returns the reference to the Subgraph this VisualSubgraph is associated with.
 

Methods in com.tensegrity.graph.view with parameters of type Subgraph
abstract  VisualSubgraph GraphViewFactory.newVisualSubgraph(Subgraph subgraph, VisualGraph visualgraph, CompositeGroup compositegroup)
          Creates a new VisualSubgraph that will be nested within the given VisualGraph and visualized by the CompositeGroup given by parameter compositegroup.
abstract  VisualSubgraph GraphViewFactory.newVisualSubgraph(Subgraph subgraph, VisualNodeInfo info, VisualGraph visualgraph, CompositeGroup compositegroup)
          Constructs a new VisualSubgraph.
abstract  VisualSubgraph GraphViewFactory.newVisualSubgraph(Graph graph, Subgraph subgraph, GeometryDescriptor geometry)
          Constructs and returns a new VisualSubgraph object.
abstract  VisualSubgraph GraphViewFactory.newVisualSubgraph(Graph graph, Subgraph subgraph, VisualNodeInfo info, GeometryDescriptor geometry)
          Constructs and returns a new VisualSubgraph object.
 



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