Uses of Class
com.amalgamasimulation.trains.RailCar
Packages that use RailCar
-
Uses of RailCar in com.amalgamasimulation.trains
Fields in com.amalgamasimulation.trains with type parameters of type RailCarMethods in com.amalgamasimulation.trains that return types with arguments of type RailCarModifier and TypeMethodDescriptionTrain.getCars()Returns an unmodifiable list of cars in this train.Train.getReverseCars()Returns a list of this train's cars in reversed order.Method parameters in com.amalgamasimulation.trains with type arguments of type RailCarModifier and TypeMethodDescriptionTrainsEnvironment.createNewTrain(List<? extends RailCar> cars) Creates a newTraincomposed of the specified list of rail cars.Constructor parameters in com.amalgamasimulation.trains with type arguments of type RailCar