org.onebusaway.transit_data_federation.impl.realtime.history
Class ScheduleDeviationHistory
java.lang.Object
org.onebusaway.transit_data_federation.impl.realtime.history.ScheduleDeviationHistory
- All Implemented Interfaces:
- Serializable
public class ScheduleDeviationHistory
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
ScheduleDeviationHistory(org.onebusaway.gtfs.model.AgencyAndId tripId,
double[] scheduleTimes,
double[][] scheduleDeviations)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleDeviationHistory
public ScheduleDeviationHistory(org.onebusaway.gtfs.model.AgencyAndId tripId,
double[] scheduleTimes,
double[][] scheduleDeviations)
getTripId
public org.onebusaway.gtfs.model.AgencyAndId getTripId()
getNumberOfSamples
public int getNumberOfSamples()
getScheduleTimes
public double[] getScheduleTimes()
getScheduleDeviations
public double[][] getScheduleDeviations()
Copyright © 2012 OneBusAway. All Rights Reserved.