Uses of Class
jmri.jmrit.timetable.Train
-
Packages that use Train Package Description jmri.jmrit.timetable Define the timetable data records and implement a data manager.jmri.jmrit.timetable.swing Implements Timetable creation, maintenance and displaying a timetable graph. -
-
Uses of Train in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return Train Modifier and Type Method Description Train
Train. getCopy(int schedId, int typeId)
Make a copy of the train.Train
TimeTableCsvExport.TrainEntry. getTrain()
Train
TimeTableDataManager. getTrain(int id)
Methods in jmri.jmrit.timetable that return types with arguments of type Train Modifier and Type Method Description java.util.List<Train>
TimeTableDataManager. getTrains(int fKeySchedule, int fKeyType, boolean sort)
Create a list of trainsMethods in jmri.jmrit.timetable with parameters of type Train Modifier and Type Method Description void
TimeTableDataManager. addTrain(int id, Train newTrain)
Constructors in jmri.jmrit.timetable with parameters of type Train Constructor Description TrainEntry(Train train, java.lang.String direction, int lastStation)
-
Uses of Train in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing with type parameters of type Train Modifier and Type Field Description (package private) java.util.List<Train>
TimeTableGraphCommon. _trains
Methods in jmri.jmrit.timetable.swing that return Train Modifier and Type Method Description (package private) Train
TimeTableFrame. copyTrainSelection()
Select the train whose stops will be added to the new train.
-