Savarese Software Research

com.savarese.algorithms.graph
Class SingleSourceShortestPathFinderTestCase.GalacticMap

java.lang.Object
  extended by com.savarese.algorithms.graph.AdjacencyList<java.lang.String,SingleSourceShortestPathFinderTestCase.HyperspaceTransit>
      extended by com.savarese.algorithms.graph.SingleSourceShortestPathFinderTestCase.GalacticMap
All Implemented Interfaces:
com.savarese.algorithms.graph.Graph<java.lang.String,SingleSourceShortestPathFinderTestCase.HyperspaceTransit>
Enclosing class:
SingleSourceShortestPathFinderTestCase

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

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


Constructor Summary
SingleSourceShortestPathFinderTestCase.GalacticMap()
           
 
Method Summary
 
Methods inherited from class com.savarese.algorithms.graph.AdjacencyList
add, addVertex, clear, edgeSet, size, vertexSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleSourceShortestPathFinderTestCase.GalacticMap

public SingleSourceShortestPathFinderTestCase.GalacticMap()

Savarese Software Research

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