Package | Description |
---|---|
gui.entities.sectionEntities | |
gui.entities.sectionEntities.trackEntities | |
gui.entities.sectionEntityList | |
input | |
simulator.input |
Modifier and Type | Field and Description |
---|---|
Station |
Station.nextStation
prevStn will store the next station in the down(1) direction
|
Station |
Station.previousStation
previousStation stores details of the previous station
|
Station |
Platform.station |
Modifier and Type | Method and Description |
---|---|
static Station |
Station.getStationFromFile(java.io.StreamTokenizer stationTokenizer,
java.lang.String stationCode) |
Station |
Station.nextStation(int dir)
This will return the next station in the direction given.
|
Station |
Station.prevStation(int dir)
This will return the previous station in the direction given.
|
Modifier and Type | Method and Description |
---|---|
int |
Station.compare(Station a,
Station b)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
Station |
Loop.getStation() |
Modifier and Type | Method and Description |
---|---|
void |
Loop.setStation(Station station) |
Modifier and Type | Method and Description |
---|---|
Station |
StationList.getStation(java.lang.String strStn) |
Modifier and Type | Field and Description |
---|---|
Station |
StationInputDialog.stationToBeUpdated |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Station> |
SectionInputDialog.stationList |
java.util.ArrayList<Station> |
TrainInputDialog.stationList |
Modifier and Type | Method and Description |
---|---|
Station |
SectionInputDialog.getStationByStationName(java.lang.String stationName) |
Modifier and Type | Method and Description |
---|---|
void |
SectionInputDialog.addStation(Station station) |
void |
SectionInputDialog.removeStation(Station stationToDelete) |
Modifier and Type | Method and Description |
---|---|
void |
StationInputDialog.readStations(java.util.ArrayList<Station> stationList) |
void |
StationInputDialog.write(java.util.ArrayList<Station> stationList) |
Modifier and Type | Method and Description |
---|---|
Station |
SimulationInstance.getStation(java.lang.String stationName) |
Modifier and Type | Method and Description |
---|---|
int |
SortStation.compare(Station a,
Station b)
(non-Javadoc)
|