org.onebusaway.transit_data_federation.services.realtime
Class VehicleLocationCacheElement

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.realtime.VehicleLocationCacheElement

public class VehicleLocationCacheElement
extends Object


Constructor Summary
VehicleLocationCacheElement(VehicleLocationRecord record, ScheduledBlockLocation scheduledBlockLocation, ScheduleDeviationSamples scheduleDeviations)
           
 
Method Summary
 long getMeasuredLastUpdateTime()
           
 VehicleLocationRecord getRecord()
           
 ScheduledBlockLocation getScheduledBlockLocation()
           
 ScheduleDeviationSamples getScheduleDeviations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationCacheElement

public VehicleLocationCacheElement(VehicleLocationRecord record,
                                   ScheduledBlockLocation scheduledBlockLocation,
                                   ScheduleDeviationSamples scheduleDeviations)
Method Detail

getMeasuredLastUpdateTime

public long getMeasuredLastUpdateTime()

getRecord

public VehicleLocationRecord getRecord()

getScheduledBlockLocation

public ScheduledBlockLocation getScheduledBlockLocation()

getScheduleDeviations

public ScheduleDeviationSamples getScheduleDeviations()


Copyright © 2012 OneBusAway. All Rights Reserved.