Uses of Class
com.tensegrity.graph.model.IllegalNodeException

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

Uses of IllegalNodeException in com.tensegrity.graph.model
 

Methods in com.tensegrity.graph.model that throw IllegalNodeException
 void GraphObjectContainer.addNodes(Node[] nodes)
          Convenience method to add several nodes to a GraphObjectContainer in one go.
 void GraphObjectContainer.addEdges(Edge[] edges)
          Convenience method to add several edges to the GraphObjectContainer in one go.
 void GraphObjectContainer.addNode(Node node)
          Adds the given node to the GraphObjectContainer.
 void GraphObjectContainer.removeNode(Node node)
          Removes the given node from the GraphObjectContainer.
 void GraphObjectContainer.addEdge(Edge edge)
          Adds the given edge to the GraphObjectContainer.
 

Uses of IllegalNodeException in com.tensegrity.graph.view
 

Methods in com.tensegrity.graph.view that throw IllegalNodeException
 void VisualSubgraph.removeVisualNode(VisualNode visualnode, boolean overrideRules)
          Removes a visualnode from the graphview.
 void VisualGraphObjectContainer.removeVisualNode(VisualNode visualnode)
          Removes the given VisualNode object from this VisualGraphObjectContainer.
 



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