Changeset 89 in tmcsimulator for trunk/src/atmsdriver/model/Highway.java
- Timestamp:
- 10/10/2017 02:46:14 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/model/Highway.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/Highway.java
r88 r89 21 21 this.stations = stations; 22 22 } 23 24 public Integer getRouteNumber() 25 { 26 return this.highwayNumber; 27 } 28 29 public DIRECTION getDirection() 30 { 31 return this.direction; 32 } 33 34 public ArrayList<Station> getStations() 35 { 36 return this.stations; 37 } 23 38 }
Note: See TracChangeset
for help on using the changeset viewer.
