remove Edge
Removes the edge(s) between two nodes in the graph.
Parameters
node1
The first node of the edge to remove.
node2
The second node of the edge to remove.
Throws
Illegal State Exception
If either node is not found in the graph.
Removes the edge(s) between two nodes in the graph.
The first node of the edge to remove.
The second node of the edge to remove.
If either node is not found in the graph.