|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeRejectedException | |
---|---|
org.graphstream.graph |
Uses of EdgeRejectedException in org.graphstream.graph |
---|
Methods in org.graphstream.graph that throw EdgeRejectedException | ||
---|---|---|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |