public RouteGraph()
 {
     pathFinder = new DijkstraShortestPathFinder(this);
 }
Beispiel #2
0
		public RouteGraph()
		{
			pathFinder = new DijkstraShortestPathFinder(this);
		}