Uses of Class
urv.util.graph.Edge

Packages that use Edge
urv.util.graph   
 

Uses of Edge in urv.util.graph
 

Methods in urv.util.graph that return Edge
 Edge NetworkGraph.getEdgeBetween(N node1, N node2)
           
 

Methods in urv.util.graph that return types with arguments of type Edge
 java.util.LinkedList<Edge> NetworkGraph.getEdges()
          Return edge list from actual network graph
 java.util.LinkedList<Edge> NetworkGraph.getEdges(N node)
          Return edge list where the node n is the source or the target