Savarese Software Research

com.savarese.algorithms.graph
Class SingleSourceShortestPathFinderTestCase.HyperspaceTransit

java.lang.Object
  extended by com.savarese.algorithms.graph.Edge<java.lang.String,java.lang.Integer>
      extended by com.savarese.algorithms.graph.SingleSourceShortestPathFinderTestCase.HyperspaceTransit
Enclosing class:
SingleSourceShortestPathFinderTestCase

public static class SingleSourceShortestPathFinderTestCase.HyperspaceTransit
extends com.savarese.algorithms.graph.Edge<java.lang.String,java.lang.Integer>

A convenience class acting as a typedef for a particular edge type used in tests.


Constructor Summary
SingleSourceShortestPathFinderTestCase.HyperspaceTransit(java.lang.String u, java.lang.String v, int w)
           
 
Method Summary
 
Methods inherited from class com.savarese.algorithms.graph.Edge
getDestination, getSource, getWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleSourceShortestPathFinderTestCase.HyperspaceTransit

public SingleSourceShortestPathFinderTestCase.HyperspaceTransit(java.lang.String u,
                                                                java.lang.String v,
                                                                int w)

Savarese Software Research

Copyright © 2004-2005 Savarese Software Research and Daniel F. Savarese. All Rights Reserved.