org.onebusaway.transit_data_federation.impl.realtime.mybus
Class TimepointPrediction
java.lang.Object
org.onebusaway.transit_data_federation.impl.realtime.mybus.TimepointPrediction
- All Implemented Interfaces:
- Serializable
public class TimepointPrediction
- extends Object
- implements Serializable
- See Also:
- Serialized Form
TimepointPrediction
public TimepointPrediction()
getBlockId
public org.onebusaway.gtfs.model.AgencyAndId getBlockId()
setBlockId
public void setBlockId(org.onebusaway.gtfs.model.AgencyAndId blockId)
getTripId
public org.onebusaway.gtfs.model.AgencyAndId getTripId()
setTripId
public void setTripId(org.onebusaway.gtfs.model.AgencyAndId tripId)
getTimepointId
public org.onebusaway.gtfs.model.AgencyAndId getTimepointId()
setTimepointId
public void setTimepointId(org.onebusaway.gtfs.model.AgencyAndId timepointId)
getTimepointScheduledTime
public int getTimepointScheduledTime()
setTimepointScheduledTime
public void setTimepointScheduledTime(int timepointScheduledTime)
getTimepointPredictedTime
public int getTimepointPredictedTime()
setTimepointPredictedTime
public void setTimepointPredictedTime(int timepointPredictedTime)
getScheduleDeviation
public int getScheduleDeviation()
setScheduleDeviation
public void setScheduleDeviation(int scheduleDeviation)
getVehicleId
public org.onebusaway.gtfs.model.AgencyAndId getVehicleId()
setVehicleId
public void setVehicleId(org.onebusaway.gtfs.model.AgencyAndId vehicleId)
getPredictorType
public String getPredictorType()
setPredictorType
public void setPredictorType(String predictorType)
getTimeOfPrediction
public int getTimeOfPrediction()
setTimeOfPrediction
public void setTimeOfPrediction(int timeOfPrediction)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 OneBusAway. All Rights Reserved.