Package jmri.jmrit.timetable
Class TimeTableDataManager.SegmentStation
- java.lang.Object
-
- jmri.jmrit.timetable.TimeTableDataManager.SegmentStation
-
- Enclosing class:
- TimeTableDataManager
public class TimeTableDataManager.SegmentStation extends java.lang.Object
Internal class that provides a combined segment and station view.
-
-
Constructor Summary
Constructors Constructor Description SegmentStation(int segmentId, int stationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSegmentId()intgetStationId()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SegmentStation
public SegmentStation(int segmentId, int stationId)
-
-
Method Detail
-
getSegmentId
public int getSegmentId()
-
getStationId
public int getStationId()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-