Uses of Interface
jfreerails.server.ServerAutomaton

Packages that use ServerAutomaton
jfreerails.server Provides classes that will be used by the server but not the client. 
 

Uses of ServerAutomaton in jfreerails.server
 

Classes in jfreerails.server that implement ServerAutomaton
 class TrainPathFinder
          This class provides methods that generate a path to a target as a series of PositionOnTrack objects encoded as ints, it also deals with stops at stations.
 class TrainUpdater
          This class is used by the server to generate moves that add trains, move trains, and handle stops at stations.
 

Fields in jfreerails.server with type parameters of type ServerAutomaton
private  java.util.Vector<ServerAutomaton> ServerGameModelImpl.serverAutomata
          List of the ServerAutomaton objects connected to this game.
 

Constructor parameters in jfreerails.server with type arguments of type ServerAutomaton
ServerGameModelImpl(World w, java.util.Vector<ServerAutomaton> serverAutomata)