public class GtfsExtendedStopTime extends GtfsStopTime
Constructor and Description |
---|
GtfsExtendedStopTime(GtfsStopTime originalValues,
boolean useOriginalTimes,
ScheduleStatistics.Stats arrivalResults,
ScheduleStatistics.Stats departureResults) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getArrivalMaxTimeSecs() |
java.lang.Integer |
getArrivalMinTimeSecs() |
int |
getArrivalNumberDatapoints() |
java.lang.Integer |
getArrivalOrigTimeSecs() |
double |
getArrivalStdDev() |
java.lang.Integer |
getDepartureMaxTimeSecs() |
java.lang.Integer |
getDepartureMinTimeSecs() |
int |
getDepartureNumberDatapoints() |
java.lang.Integer |
getDepartureOrigTimeSecs() |
double |
getDepartureStdDev() |
compareTo, getArrivalTimeSecs, getDepartureTimeSecs, getDropOffType, getPickupType, getShapeDistTraveled, getStopHeadsign, getStopId, getStopSequence, getTripId, isTimepointStop, isWaitStop, shouldDelete, toString
getFileName, getLineNumber
public GtfsExtendedStopTime(GtfsStopTime originalValues, boolean useOriginalTimes, ScheduleStatistics.Stats arrivalResults, ScheduleStatistics.Stats departureResults)
originalValues
- useOriginalTimes
- arrivalResults
- Contains statistical info including best time to use. If null
then the original schedule time is used.departureResults
- Contains statistical info including best time to use. If null
then the original schedule time is used.public java.lang.Integer getArrivalOrigTimeSecs()
public java.lang.Integer getArrivalMinTimeSecs()
public java.lang.Integer getArrivalMaxTimeSecs()
public double getArrivalStdDev()
public int getArrivalNumberDatapoints()
public java.lang.Integer getDepartureOrigTimeSecs()
public java.lang.Integer getDepartureMinTimeSecs()
public java.lang.Integer getDepartureMaxTimeSecs()
public double getDepartureStdDev()
public int getDepartureNumberDatapoints()