Uses of Class
de.aitools.iv.graphdrawing.datastructures.graph.Edge

Packages that use Edge
de.aitools.iv.graphdrawing.datastructures.graph   
 

Uses of Edge in de.aitools.iv.graphdrawing.datastructures.graph
 

Methods in de.aitools.iv.graphdrawing.datastructures.graph that return Edge
 Edge Edge.getInverseEdge()
           
 

Methods in de.aitools.iv.graphdrawing.datastructures.graph with parameters of type Edge
 void UndirectedGraph.addEdge(Edge e)
          adds an edge to the graph.
 void DirectedGraph.addEdge(Edge e)
          adds an edge to the graph.
 void UndirectedGraph.removeEdge(Edge e)
          remove an edge from the graph (and from both adjacent Vertices) //O(1)
 void DirectedGraph.removeEdge(Edge e)
          remove an edge from the graph (and from both adjacent Vertices) //O(1)