Uses of Class
jfreerails.controller.FlatTrackExplorer

Packages that use FlatTrackExplorer
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. 
jfreerails.server Provides classes that will be used by the server but not the client. 
 

Uses of FlatTrackExplorer in jfreerails.controller
 

Fields in jfreerails.controller declared as FlatTrackExplorer
private  FlatTrackExplorer RandomPathFinder.trackExplorer
           
private  FlatTrackExplorer TrainPathIntIterator.trackExplorer
           
 

Constructors in jfreerails.controller with parameters of type FlatTrackExplorer
RandomPathFinder(FlatTrackExplorer tx)
           
TrainPathIntIterator(FlatTrackExplorer t)
           
 

Uses of FlatTrackExplorer in jfreerails.server
 

Fields in jfreerails.server declared as FlatTrackExplorer
private  FlatTrackExplorer TrainPathFinder.trackExplorer
           
 

Constructors in jfreerails.server with parameters of type FlatTrackExplorer
TrainPathFinder(FlatTrackExplorer tx, ReadOnlyWorld w, int trainNumber, MoveReceiver newMr, FreerailsPrincipal p)