Uses of Class
goldman.graph.ShortestPathMatrix

Packages that use ShortestPathMatrix
goldman.graph A graph represents general relationships between pairs of elements from among a set of elements. 
 

Uses of ShortestPathMatrix in goldman.graph
 

Methods in goldman.graph that return ShortestPathMatrix
 ShortestPathMatrix<V,E> WeightedGraph.allPairsShortestPaths()
          Uses the Floyd-Warshall all-pairs shortest path algorithm to compute and return a shortest path matrix.
 ShortestPathMatrix<V,E> AbstractWeightedGraph.allPairsShortestPaths()