Package | Description |
---|---|
gui.entities.sectionEntities.time | |
gui.entities.sectionEntities.trackEntities | |
gui.entities.trainEntities |
Constructor and Description |
---|
ReferenceTableEntry(ReferenceTableEntry referenceTableEntry,
SimulationInstance simulationInstance) |
Modifier and Type | Method and Description |
---|---|
Loop |
Loop.getNextReferenceLoop(java.util.ArrayList<ReferenceTableEntry> referenceTables)
Get the loop number of the next reference entry of a scheduled train.
|
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<ReferenceTableEntry> |
Train.refTables
refTables
|
Modifier and Type | Method and Description |
---|---|
ReferenceTableEntry |
Train.getRefTabEntryFromStationName(java.lang.String stationName)
Get reference table entry from the station name.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ReferenceTableEntry> |
Train.getRefTables() |
Modifier and Type | Method and Description |
---|---|
void |
Train.setRefTables(java.util.ArrayList<ReferenceTableEntry> refTables) |