|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
Graph.addEdge(String id,
int index1,
int index2)
Like Graph.addEdge(String, String, String) but the nodes are
identified by their indices. |
|
|
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. |
|
|
Graph.addEdge(String id,
Node node1,
Node node2)
Like Graph.addEdge(String, String, String) but the node references are
given instead of node identifiers. |
|
|
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. |
|
|
Graph.addEdge(String id,
String node1,
String node2)
Adds an undirected edge between nodes. |
|
|
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. |
|
|
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 | ||
---|---|---|
|
GraphicGraph.addEdge(String id,
String from,
String to)
|
|
|
GraphicGraph.addEdge(String id,
String from,
String to,
boolean directed)
|
|
|
GraphicGraph.addNode(String id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |