Uses of Interface
org.onebusaway.transit_data_federation.services.transit_graph.BlockStopTimeEntry

Packages that use BlockStopTimeEntry
org.onebusaway.transit_data_federation.impl.blocks   
org.onebusaway.transit_data_federation.impl.transit_graph   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data_federation.services.blocks   
org.onebusaway.transit_data_federation.services.realtime   
org.onebusaway.transit_data_federation.services.service_alerts   
org.onebusaway.transit_data_federation.services.transit_graph   
org.onebusaway.transit_data_federation.services.tripplanner   
 

Uses of BlockStopTimeEntry in org.onebusaway.transit_data_federation.impl.blocks
 

Methods in org.onebusaway.transit_data_federation.impl.blocks that return types with arguments of type BlockStopTimeEntry
 List<BlockStopTimeEntry> BlockSequence.getStopTimes()
           
 

Uses of BlockStopTimeEntry in org.onebusaway.transit_data_federation.impl.transit_graph
 

Classes in org.onebusaway.transit_data_federation.impl.transit_graph that implement BlockStopTimeEntry
 class BlockStopTimeEntryImpl
           
 

Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return BlockStopTimeEntry
 BlockStopTimeEntry BlockStopTimeEntryImpl.getNextStop()
           
 BlockStopTimeEntry FrequencyBlockStopTimeEntryImpl.getStopTime()
           
 

Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return types with arguments of type BlockStopTimeEntry
 List<BlockStopTimeEntry> BlockTripEntryImpl.getStopTimes()
           
 List<BlockStopTimeEntry> BlockConfigurationEntryImpl.getStopTimes()
           
 

Constructors in org.onebusaway.transit_data_federation.impl.transit_graph with parameters of type BlockStopTimeEntry
FrequencyBlockStopTimeEntryImpl(BlockStopTimeEntry blockStopTime, FrequencyEntry frequency)
           
 

Uses of BlockStopTimeEntry in org.onebusaway.transit_data_federation.services.beans
 

Methods in org.onebusaway.transit_data_federation.services.beans with parameters of type BlockStopTimeEntry
 List<ServiceAlertBean> ServiceAlertsBeanService.getServiceAlertsForStopCall(long time, BlockInstance blockInstance, BlockStopTimeEntry blockStopTime, org.onebusaway.gtfs.model.AgencyAndId vehicleId)
           
 

Uses of BlockStopTimeEntry in org.onebusaway.transit_data_federation.services.blocks
 

Methods in org.onebusaway.transit_data_federation.services.blocks that return BlockStopTimeEntry
 BlockStopTimeEntry BlockStopSequenceIndex.getBlockStopTimeForIndex(int index)
           
 BlockStopTimeEntry ScheduledBlockLocation.getClosestStop()
           
 BlockStopTimeEntry ScheduledBlockLocation.getNextStop()
           
protected  BlockStopTimeEntry AbstractBlockStopTimeIndex.getStopTimeForIndex(int index)
           
 

Methods in org.onebusaway.transit_data_federation.services.blocks that return types with arguments of type BlockStopTimeEntry
 List<BlockStopTimeEntry> BlockStopSequenceIndex.getStopTimes()
          HasIndexedBlockStopTimes Interface
 List<BlockStopTimeEntry> AbstractBlockStopTimeIndex.getStopTimes()
           
 

Methods in org.onebusaway.transit_data_federation.services.blocks with parameters of type BlockStopTimeEntry
 void ScheduledBlockLocation.setClosestStop(BlockStopTimeEntry closestStop)
           
 void ScheduledBlockLocation.setNextStop(BlockStopTimeEntry nextStop)
           
 

Uses of BlockStopTimeEntry in org.onebusaway.transit_data_federation.services.realtime
 

Methods in org.onebusaway.transit_data_federation.services.realtime that return BlockStopTimeEntry
 BlockStopTimeEntry ArrivalAndDepartureInstance.getBlockStopTime()
           
 BlockStopTimeEntry BlockLocation.getClosestStop()
          The closest stop to the current position of the transit vehicle among the stop times of the current trip.
 BlockStopTimeEntry BlockLocation.getNextStop()
          The next upcoming stop to the current position of the transit vehicle among the stop times of the current trip.
 

Methods in org.onebusaway.transit_data_federation.services.realtime with parameters of type BlockStopTimeEntry
static ArrivalAndDepartureTime ArrivalAndDepartureTime.getScheduledTime(BlockInstance blockInstance, BlockStopTimeEntry blockStopTime)
           
static ArrivalAndDepartureTime ArrivalAndDepartureTime.getScheduledTime(BlockInstance blockInstance, BlockStopTimeEntry blockStopTime, int offset)
           
static ArrivalAndDepartureTime ArrivalAndDepartureTime.getScheduledTime(InstanceState state, BlockStopTimeEntry blockStopTime)
           
static ArrivalAndDepartureTime ArrivalAndDepartureTime.getScheduledTime(long serviceDate, BlockStopTimeEntry blockStopTime, int offset)
           
 void BlockLocation.setClosestStop(BlockStopTimeEntry closestStop)
           
 void BlockLocation.setNextStop(BlockStopTimeEntry nextStop)
           
 

Uses of BlockStopTimeEntry in org.onebusaway.transit_data_federation.services.service_alerts
 

Methods in org.onebusaway.transit_data_federation.services.service_alerts with parameters of type BlockStopTimeEntry
 List<ServiceAlerts.ServiceAlert> ServiceAlertsService.getServiceAlertsForStopCall(long time, BlockInstance blockInstance, BlockStopTimeEntry blockStopTime, org.onebusaway.gtfs.model.AgencyAndId vehicleId)
           
 

Uses of BlockStopTimeEntry in org.onebusaway.transit_data_federation.services.transit_graph
 

Methods in org.onebusaway.transit_data_federation.services.transit_graph that return BlockStopTimeEntry
 BlockStopTimeEntry BlockStopTimeEntry.getNextStop()
           
 BlockStopTimeEntry FrequencyBlockStopTimeEntry.getStopTime()
           
 

Methods in org.onebusaway.transit_data_federation.services.transit_graph that return types with arguments of type BlockStopTimeEntry
 List<BlockStopTimeEntry> HasBlockStopTimes.getStopTimes()
           
 

Uses of BlockStopTimeEntry in org.onebusaway.transit_data_federation.services.tripplanner
 

Methods in org.onebusaway.transit_data_federation.services.tripplanner that return BlockStopTimeEntry
 BlockStopTimeEntry StopTimeInstance.getStopTime()
           
 

Constructors in org.onebusaway.transit_data_federation.services.tripplanner with parameters of type BlockStopTimeEntry
StopTimeInstance(BlockStopTimeEntry stopTime, InstanceState state)
           
StopTimeInstance(BlockStopTimeEntry stopTime, InstanceState state, int frequencyOffset)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.