Uses of Class
net.walend.measured.GENegativeWeightCycleException

Packages that use GENegativeWeightCycleException
net.walend.measured This package contains a kit for working with measured paths on directed graphs. 
net.walend.measured.test This package contains a kit for testing measuring paths. 
 

Uses of GENegativeWeightCycleException in net.walend.measured
 

Methods in net.walend.measured that throw GENegativeWeightCycleException
 void FloydWarshallShortestGEDistances.recalculate()
          If the digraph is not valid, rediscover the shortest distances.
 void ShortestGEDistances.recalculate()
          If the digraph is not valid, rediscover the shortest paths.
static void GEBellmanFordTest.test(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
private  void GEBellmanFordTest.bellmanFordTest()
          Uses the Bellman Ford algorithm to get some initial values in the delegate digraph.
 void GEBellmanFordTest.recalculate()
          If the digraph is not valid, rediscover the shortest paths.
 void JohnsonShortestGEDistances.recalculate()
          If the digraph is not valid, rediscover the shortest distances.
 void JohnsonShortestGEPaths.recalculate()
          If the digraph is not valid, rediscover the shortest paths.
 void JITShortestGEDistances.recalculate()
          If the digraph is not valid, rediscover the shortest paths.
 void ShortestGEPaths.recalculate()
          If the digraph is not valid, rediscover the shortest paths.
 void FloydWarshallShortestGEPaths.recalculate()
          If the digraph is not valid, rediscover the shortest paths.
 void JITShortestGEPaths.recalculate()
          If the digraph is not valid, rediscover the shortest paths.
protected  void AbstractShortestGEPaths.bfTest()
           
abstract  void AbstractShortestGEPaths.recalculate()
          If the digraph is not valid, rediscover the shortest paths.
protected  void AbstractShortestGEDistances.bfTest()
           
abstract  void AbstractShortestGEDistances.recalculate()
          Rediscover the shortest paths.
 

Constructors in net.walend.measured that throw GENegativeWeightCycleException
DijkstraShortestGEDistances(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
FloydWarshallShortestGEDistances(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
GEBellmanFordTest(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
DijkstraShortestGEPaths(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
DijkstraShortestGEPaths(IndexedGEDigraph ceDigraph, IndexedMutableCEDigraph delegate, GEPathMeter pathMeter)
           
JohnsonShortestGEDistances(IndexedGEDigraph geDigraph, GEPathMeter pathMeter)
           
JohnsonShortestGEPaths(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
JohnsonShortestGEPaths(IndexedGEDigraph ceDigraph, IndexedMutableCEDigraph delegate, GEPathMeter pathMeter)
           
JITShortestGEDistances(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
FloydWarshallShortestGEPaths(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
FloydWarshallShortestGEPaths(IndexedGEDigraph ceDigraph, IndexedMutableCEDigraph delegate, GEPathMeter pathMeter)
           
JITShortestGEPaths(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
JITShortestGEPaths(IndexedGEDigraph ceDigraph, IndexedMutableCEDigraph delegate, GEPathMeter pathMeter)
           
AbstractShortestGEPaths(IndexedGEDigraph ceDigraph, IndexedMutableCEDigraph delegate, GEPathMeter pathMeter)
           
AbstractShortestGEDistances(IndexedGEDigraph ceDigraph, GEPathMeter pathMeter)
           
 

Uses of GENegativeWeightCycleException in net.walend.measured.test
 

Methods in net.walend.measured.test that throw GENegativeWeightCycleException
protected abstract  ShortestGEPaths ShortestGEPathTest.createShortestGEPaths(IndexedGEDigraph digraph, GEPathMeter pathMeter)
           
protected  ShortestGEDistances FloydWarshallGEDistancesTest.createShortestGEDistances(IndexedGEDigraph digraph)
           
protected  ShortestGEDistances FloydWarshallGEDistancesTest.createShortestGEDistances(IndexedGEDigraph digraph, GEPathMeter pathMeter)
           
protected  ShortestGEPaths JITGEPathTest.createShortestGEPaths(IndexedGEDigraph digraph, GEPathMeter pathMeter)
           
protected abstract  ShortestGEDistances ShortestGEDistancesTest.createShortestGEDistances(IndexedGEDigraph digraph)
           
protected abstract  ShortestGEDistances ShortestGEDistancesTest.createShortestGEDistances(IndexedGEDigraph digraph, GEPathMeter pathMeter)
           
protected  ShortestGEDistances JohnsonGEDistancesTest.createShortestGEDistances(IndexedGEDigraph digraph)
           
protected  ShortestGEDistances JohnsonGEDistancesTest.createShortestGEDistances(IndexedGEDigraph digraph, GEPathMeter pathMeter)
           
protected  ShortestGEPaths FloydWarshallGEPathTest.createShortestGEPaths(IndexedGEDigraph digraph, GEPathMeter pathMeter)
           
protected  ShortestGEDistances JITGEDistancesTest.createShortestGEDistances(IndexedGEDigraph digraph)
           
protected  ShortestGEDistances JITGEDistancesTest.createShortestGEDistances(IndexedGEDigraph digraph, GEPathMeter pathMeter)
           
protected  ShortestGEPaths JohnsonGEPathTest.createShortestGEPaths(IndexedGEDigraph digraph, GEPathMeter pathMeter)
           
 



Copyright (c) 2001, 2002, David Walend