Uses of Class
jfreerails.controller.PathNotFoundException

Packages that use PathNotFoundException
jfreerails.controller Provides classes that may be used by the client or the server to operate on the game world, for example, building trains and stations. 
 

Uses of PathNotFoundException in jfreerails.controller
 

Methods in jfreerails.controller that throw PathNotFoundException
 IntArray SimpleAStarPathFinder.findpath(int[] currentPosition, int[] targets, GraphExplorer e)
           
 java.util.List TrackPathFinder.generatePath(ImPoint start, ImPoint targetPoint, BuildTrackStrategy bts)
           
 void IncrementalPathFinder.search(long maxDuration)
           
 void PathOnTrackFinder.search(long maxDuration)
           
 void SimpleAStarPathFinder.search(long maxDuration)
           
 void TrackPathFinder.search(long maxDuration)
           
 void PathOnTrackFinder.setupSearch(ImPoint from, ImPoint target)
           
 void TrackPathFinder.setupSearch(ImPoint startPoint, ImPoint targetPoint, BuildTrackStrategy bts)
           
 void SimpleAStarPathFinder.setupSearch(int[] currentPosition, int[] targets, GraphExplorer e)