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 int
getSegmentId()
int
getStationId()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-