Uses of Class
org.graphstream.graph.IdAlreadyInUseException

Packages that use IdAlreadyInUseException
org.graphstream.graph   
org.graphstream.ui.graphicGraph   
 

Uses of IdAlreadyInUseException in org.graphstream.graph
 

Methods in org.graphstream.graph that throw IdAlreadyInUseException
<T extends Edge>
T
Graph.addEdge(String id, int index1, int index2)
          Like Graph.addEdge(String, String, String) but the nodes are identified by their indices.
<T extends Edge>
T
Graph.addEdge(String id, int fromIndex, int toIndex, boolean directed)
          Like Graph.addEdge(String, String, String, boolean) but the nodes are identified by their indices.
<T extends Edge>
T
Graph.addEdge(String id, Node node1, Node node2)
          Like Graph.addEdge(String, String, String) but the node references are given instead of node identifiers.
<T extends Edge>
T
Graph.addEdge(String id, Node from, Node to, boolean directed)
          Like Graph.addEdge(String, String, String, boolean) but the node references are given instead of node identifiers.
<T extends Edge>
T
Graph.addEdge(String id, String node1, String node2)
          Adds an undirected edge between nodes.
<T extends Edge>
T
Graph.addEdge(String id, String from, String to, boolean directed)
          Like Graph.addEdge(String, String, String), but this edge can be directed between the two given nodes.
<T extends Node>
T
Graph.addNode(String id)
          Add a node in the graph.
 

Uses of IdAlreadyInUseException in org.graphstream.ui.graphicGraph
 

Methods in org.graphstream.ui.graphicGraph that throw IdAlreadyInUseException
<T extends Edge>
T
GraphicGraph.addEdge(String id, String from, String to)
           
<T extends Edge>
T
GraphicGraph.addEdge(String id, String from, String to, boolean directed)
           
<T extends Node>
T
GraphicGraph.addNode(String id)
           
 



Copyright © 2013. All Rights Reserved.