org.onebusaway.transit_data_federation.impl.realtime.history
Class RealTimeHistoryServiceImpl
java.lang.Object
org.onebusaway.transit_data_federation.impl.realtime.history.RealTimeHistoryServiceImpl
- All Implemented Interfaces:
- RealTimeHistoryService
@Component
public class RealTimeHistoryServiceImpl
- extends Object
- implements RealTimeHistoryService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealTimeHistoryServiceImpl
public RealTimeHistoryServiceImpl()
setScheduleDeviationHistoryDao
public void setScheduleDeviationHistoryDao(ScheduleDeviationHistoryDaoImpl scheduleDeviationHistoryDao)
setPredictionLookahead
public void setPredictionLookahead(int predictionLookahead)
getScheduleDeviationHistogramForArrivalAndDepartureInstance
public ScheduleDeviationHistogram getScheduleDeviationHistogramForArrivalAndDepartureInstance(ArrivalAndDepartureInstance instance,
int stepSizeInSeconds)
- Specified by:
getScheduleDeviationHistogramForArrivalAndDepartureInstance
in interface RealTimeHistoryService
sampleScheduleDeviationsForVehicle
public ScheduleDeviationSamples sampleScheduleDeviationsForVehicle(BlockInstance instance,
VehicleLocationRecord record,
ScheduledBlockLocation scheduledBlockLocation)
- Specified by:
sampleScheduleDeviationsForVehicle
in interface RealTimeHistoryService
Copyright © 2012 OneBusAway. All Rights Reserved.