Uses of Interface
edu.uci.ics.jung.graph.decorators.NumberEdgeValue

Packages that use NumberEdgeValue
edu.uci.ics.jung.algorithms.shortestpath   
 

Uses of NumberEdgeValue in edu.uci.ics.jung.algorithms.shortestpath
 

Constructors in edu.uci.ics.jung.algorithms.shortestpath with parameters of type NumberEdgeValue
DijkstraShortestPath(Graph g, NumberEdgeValue nev, boolean cached)
          Creates an instance of DijkstraShortestPath for the specified graph and the specified method of extracting weights from edges.
DijkstraShortestPath(Graph g, NumberEdgeValue nev)