Uses of Class
org.graphstream.graph.EdgeRejectedException
| Package | Description |
|---|---|
| org.graphstream.graph |
-
Uses of EdgeRejectedException in org.graphstream.graph
Methods in org.graphstream.graph that throw EdgeRejectedException Modifier and Type Method Description default EdgeGraph. addEdge(String id, int index1, int index2)LikeGraph.addEdge(String, String, String)but the nodes are identified by their indices.default EdgeGraph. addEdge(String id, int fromIndex, int toIndex, boolean directed)LikeGraph.addEdge(String, String, String, boolean)but the nodes are identified by their indices.default EdgeGraph. addEdge(String id, String node1, String node2)Adds an undirected edge between nodes.default EdgeGraph. addEdge(String id, String from, String to, boolean directed)LikeGraph.addEdge(String, String, String), but this edge can be directed between the two given nodes.default EdgeGraph. addEdge(String id, Node node1, Node node2)LikeGraph.addEdge(String, String, String)but the node references are given instead of node identifiers.EdgeGraph. addEdge(String id, Node from, Node to, boolean directed)LikeGraph.addEdge(String, String, String, boolean)but the node references are given instead of node identifiers.