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

Packages that use StopEntry
org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern   
org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph   
org.onebusaway.transit_data_federation.impl   
org.onebusaway.transit_data_federation.impl.blocks   
org.onebusaway.transit_data_federation.impl.otp.graph   
org.onebusaway.transit_data_federation.impl.otp.graph.tp   
org.onebusaway.transit_data_federation.impl.transit_graph   
org.onebusaway.transit_data_federation.impl.tripplanner   
org.onebusaway.transit_data_federation.model   
org.onebusaway.transit_data_federation.model.tripplanner   
org.onebusaway.transit_data_federation.services   
org.onebusaway.transit_data_federation.services.blocks   
org.onebusaway.transit_data_federation.services.realtime   
org.onebusaway.transit_data_federation.services.transit_graph   
org.onebusaway.transit_data_federation.services.tripplanner   
 

Uses of StopEntry in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern
 

Methods in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern that return StopEntry
 StopEntry MutableTransferPattern.getOriginStop()
          TransferPattern Interface
 

Methods in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern that return types with arguments of type StopEntry
 Map<StopEntry,TransferPattern> CompactedTransferPatternFactory.getPatternsByOriginStop()
           
 Map<StopEntry,List<TransferParent>> MutableTransferPattern.getTransfersForHubStops(TransferParent root)
           
 

Methods in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern with parameters of type StopEntry
 void CompactedTransferPatternFactoryListener.patternProcessed(CompactedTransferPatternFactory factory, StopEntry originStop, CompactedTransferPattern pattern)
           
 

Method parameters in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern with type arguments of type StopEntry
 void MutableTransferPattern.addPath(List<org.onebusaway.collections.tuple.Pair<StopEntry>> path)
           
 Collection<TransferParent> MutableTransferPattern.getTransfersForStops(TransferParent root, List<StopEntry> stops)
           
 void CompactedTransferPatternFactory.setHubStops(Set<StopEntry> hubStops)
           
 

Constructors in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern with parameters of type StopEntry
MutableTransferPattern(StopEntry origin)
           
 

Uses of StopEntry in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph
 

Methods in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph that return StopEntry
 StopEntry TPOfflineArrivalVertex.getStop()
           
 StopEntry AbstractTPOfflineBlockVertex.getStop()
           
 

Constructors in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph with parameters of type StopEntry
TPOfflineArrivalVertex(GraphContext context, StopEntry stop)
           
TPOfflineNearbyStopsVertex(GraphContext context, StopEntry stop, int walkTime, List<StopTimeInstance> instances)
           
TPOfflineOriginVertex(GraphContext context, StopEntry stop, List<StopTimeInstance> instances, Map<StopEntry,Integer> nearbyStopsAndWalkTimes, Map<StopEntry,List<StopTimeInstance>> nearbyStopTimeInstances)
           
 

Constructor parameters in org.onebusaway.transit_data_federation.bundle.tasks.transfer_pattern.graph with type arguments of type StopEntry
TPOfflineOriginVertex(GraphContext context, StopEntry stop, List<StopTimeInstance> instances, Map<StopEntry,Integer> nearbyStopsAndWalkTimes, Map<StopEntry,List<StopTimeInstance>> nearbyStopTimeInstances)
           
TPOfflineOriginVertex(GraphContext context, StopEntry stop, List<StopTimeInstance> instances, Map<StopEntry,Integer> nearbyStopsAndWalkTimes, Map<StopEntry,List<StopTimeInstance>> nearbyStopTimeInstances)
           
 

Uses of StopEntry in org.onebusaway.transit_data_federation.impl
 

Methods in org.onebusaway.transit_data_federation.impl with parameters of type StopEntry
 int StopGraphComparator.compare(StopEntry o1, StopEntry o2)
           
 

Constructor parameters in org.onebusaway.transit_data_federation.impl with type arguments of type StopEntry
StopGraphComparator(DirectedGraph<StopEntry> graph)
           
 

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

Methods in org.onebusaway.transit_data_federation.impl.blocks with parameters of type StopEntry
 List<org.onebusaway.collections.tuple.Pair<BlockStopSequenceIndex>> BlockIndexServiceImpl.getBlockSequenceIndicesBetweenStops(StopEntry fromStop, StopEntry toStop)
           
 List<org.onebusaway.collections.tuple.Pair<FrequencyStopTripIndex>> BlockIndexServiceImpl.getFrequencyIndicesBetweenStops(StopEntry fromStop, StopEntry toStop)
           
 List<FrequencyBlockStopTimeIndex> BlockIndexServiceImpl.getFrequencyStopTimeIndicesForStop(StopEntry stopEntry)
           
 List<FrequencyStopTripIndex> BlockIndexServiceImpl.getFrequencyStopTripIndicesForStop(StopEntry stop)
           
 List<BlockStopSequenceIndex> BlockIndexServiceImpl.getStopSequenceIndicesForStop(StopEntry stopEntry)
           
 List<BlockStopTimeIndex> BlockIndexServiceImpl.getStopTimeIndicesForStop(StopEntry stopEntry)
           
 

Uses of StopEntry in org.onebusaway.transit_data_federation.impl.otp.graph
 

Fields in org.onebusaway.transit_data_federation.impl.otp.graph declared as StopEntry
protected  StopEntry AbstractStopVertex._stop
           
 

Methods in org.onebusaway.transit_data_federation.impl.otp.graph that return StopEntry
 StopEntry HasStopTransitVertex.getStop()
           
 StopEntry DepartureVertex.getStop()
           
 StopEntry ArrivalVertex.getStop()
           
 StopEntry AbstractStopVertex.getStop()
           
 StopEntry AbstractBlockVertex.getStop()
           
 

Methods in org.onebusaway.transit_data_federation.impl.otp.graph with parameters of type StopEntry
static String WalkToStopVertex.getVertexLabelForStop(StopEntry stopEntry)
           
static String WalkFromStopVertex.getVertexLabelForStop(StopEntry stopEntry)
           
 

Constructors in org.onebusaway.transit_data_federation.impl.otp.graph with parameters of type StopEntry
AbstractStopVertex(GraphContext context, StopEntry stop)
           
AbstractStopVertexWithEdges(GraphContext context, StopEntry stop)
           
ArrivalReverseEdge(GraphContext context, StopEntry stop)
           
ArrivalVertex(GraphContext context, StopEntry stop, long time)
           
DepartureEdge(GraphContext context, StopEntry stop)
           
DepartureVertex(GraphContext context, StopEntry stop, long time)
           
WaitingBeginsAtStopEdge(GraphContext context, StopEntry stop, boolean isReverseEdge)
           
WaitingEndsAtStopEdge(GraphContext context, StopEntry stop, boolean isReverseEdge)
           
WalkFromStopVertex(GraphContext context, StopEntry stop)
           
WalkToStopVertex(GraphContext context, StopEntry stop)
           
 

Uses of StopEntry in org.onebusaway.transit_data_federation.impl.otp.graph.tp
 

Methods in org.onebusaway.transit_data_federation.impl.otp.graph.tp that return StopEntry
 StopEntry TPTransferEdge.getFromStop()
           
 StopEntry TPTransferEdge.getToStop()
           
 

Methods in org.onebusaway.transit_data_federation.impl.otp.graph.tp that return types with arguments of type StopEntry
 List<StopEntry> TPQueryData.getDestStops()
           
 List<StopEntry> TPQueryData.getSourceStops()
           
 org.onebusaway.collections.tuple.Pair<StopEntry> TPState.getStops()
           
 

Constructor parameters in org.onebusaway.transit_data_federation.impl.otp.graph.tp with type arguments of type StopEntry
TPQueryData(Set<StopEntry> sourceStops, Set<StopEntry> destStops)
           
TPQueryData(Set<StopEntry> sourceStops, Set<StopEntry> destStops)
           
 

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

Classes in org.onebusaway.transit_data_federation.impl.transit_graph that implement StopEntry
 class StopEntryImpl
           
 

Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return StopEntry
 StopEntry TransitGraphDaoImpl.getStopEntryForId(org.onebusaway.gtfs.model.AgencyAndId id)
           
 StopEntry TransitGraphDaoImpl.getStopEntryForId(org.onebusaway.gtfs.model.AgencyAndId id, boolean throwExceptionIfNotFound)
           
 

Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return types with arguments of type StopEntry
 List<StopEntry> TransitGraphImpl.getAllStops()
           
 List<StopEntry> TransitGraphDaoImpl.getAllStops()
           
 List<StopEntry> AgencyEntryImpl.getStops()
           
 List<StopEntry> TransitGraphImpl.getStopsByLocation(CoordinateBounds bounds)
           
 List<StopEntry> TransitGraphDaoImpl.getStopsByLocation(CoordinateBounds bounds)
           
 

Methods in org.onebusaway.transit_data_federation.impl.transit_graph with parameters of type StopEntry
 int StopEntryImpl.compareTo(StopEntry o)
          Comparable Interface
 

Method parameters in org.onebusaway.transit_data_federation.impl.transit_graph with type arguments of type StopEntry
 void AgencyEntryImpl.setStops(List<StopEntry> stops)
           
 

Uses of StopEntry in org.onebusaway.transit_data_federation.impl.tripplanner
 

Methods in org.onebusaway.transit_data_federation.impl.tripplanner with parameters of type StopEntry
 List<StopHop> StopHopServiceImpl.getHopsFromStop(StopEntry stop)
           
 List<StopHop> StopHopServiceImpl.getHopsToStop(StopEntry stop)
           
 List<StopTransfer> StopTransferServiceImpl.getTransfersFromStop(StopEntry stop)
           
 List<StopTransfer> StopTransferServiceImpl.getTransfersToStop(StopEntry stop)
           
 

Uses of StopEntry in org.onebusaway.transit_data_federation.model
 

Methods in org.onebusaway.transit_data_federation.model that return types with arguments of type StopEntry
 List<StopEntry> StopSequence.getStops()
           
 

Method parameters in org.onebusaway.transit_data_federation.model with type arguments of type StopEntry
 void StopSequence.setStops(List<StopEntry> stops)
           
 

Uses of StopEntry in org.onebusaway.transit_data_federation.model.tripplanner
 

Methods in org.onebusaway.transit_data_federation.model.tripplanner that return StopEntry
 StopEntry AtStopState.getStop()
           
 StopEntry StopEntriesWithValues.getStopEntry(int index)
           
 StopEntry EmptyStopEntriesWithValues.getStopEntry(int index)
           
 

Constructors in org.onebusaway.transit_data_federation.model.tripplanner with parameters of type StopEntry
AtStopState(long currentTime, StopEntry stop)
           
WaitingAtStopState(long currentTime, StopEntry stop)
           
WalkFromStopState(long currentTime, StopEntry stop)
           
WalkToStopState(long currentTime, StopEntry stop)
           
 

Uses of StopEntry in org.onebusaway.transit_data_federation.services
 

Methods in org.onebusaway.transit_data_federation.services that return StopEntry
 StopEntry ArrivalAndDepartureQuery.getStop()
           
 

Methods in org.onebusaway.transit_data_federation.services with parameters of type StopEntry
 List<ArrivalAndDepartureInstance> ArrivalAndDepartureService.getArrivalsAndDeparturesForStopInTimeRange(StopEntry stop, TargetTime targetTime, long fromTime, long toTime)
          Determines the set of active arrivals and departures at a given stop, taking into account real-time arrival information.
 List<StopTimeInstance> StopTimeService.getNextBlockSequenceDeparturesForStop(StopEntry stop, long time, boolean includePrivateSerivce)
          Given the set of BlockSequence sequences incident on a particular stop, compute the next departure for each sequence at or after the specified time.
 List<org.onebusaway.collections.tuple.Pair<StopTimeInstance>> StopTimeService.getNextDeparturesBetweenStopPair(StopEntry fromStop, StopEntry toStop, Date fromTime, int runningEarlySlack, int runningLateSlack, int resultCount, boolean includePrivateService)
           
 List<org.onebusaway.collections.tuple.Pair<ArrivalAndDepartureInstance>> ArrivalAndDepartureService.getNextDeparturesForStopPair(StopEntry fromStop, StopEntry toStop, TargetTime targetTime, ArrivalAndDeparturePairQuery query)
           
 List<ArrivalAndDepartureInstance> ArrivalAndDepartureService.getNextScheduledBlockTripDeparturesForStop(StopEntry stop, long time, boolean includePrivateService)
           
 List<org.onebusaway.collections.tuple.Pair<StopTimeInstance>> StopTimeService.getPreviousArrivalsBetweenStopPair(StopEntry fromStop, StopEntry toStop, Date toTime, int runningEarlySlack, int runningLateSlack, int resultCount, boolean includePrivateService)
           
 List<org.onebusaway.collections.tuple.Pair<ArrivalAndDepartureInstance>> ArrivalAndDepartureService.getPreviousArrivalsForStopPair(StopEntry fromStop, StopEntry toStop, TargetTime targetTime, ArrivalAndDeparturePairQuery query)
           
 List<ArrivalAndDepartureInstance> ArrivalAndDepartureService.getScheduledArrivalsAndDeparturesForStopInTimeRange(StopEntry stop, long currentTime, long fromTime, long toTime)
          Determines the set of active arrivals and departures at a given stop, NOT taking into account real-time arrival information.
 List<StopTimeInstance> StopTimeService.getStopTimeInstancesInTimeRange(StopEntry stopEntry, Date from, Date to, StopTimeService.EFrequencyStopTimeBehavior frequencyBehavior)
          Determines the set of active stop time instances at a given stop, taking into account information like active service dates, etc
 void ArrivalAndDepartureQuery.setStop(StopEntry stop)
           
 

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

Methods in org.onebusaway.transit_data_federation.services.blocks that return StopEntry
 StopEntry AbstractBlockStopTimeIndex.getStop()
           
 

Methods in org.onebusaway.transit_data_federation.services.blocks with parameters of type StopEntry
 List<org.onebusaway.collections.tuple.Pair<BlockStopSequenceIndex>> BlockIndexService.getBlockSequenceIndicesBetweenStops(StopEntry fromStop, StopEntry toStop)
          For the specified stop pair, find all the BlockSequenceIndex that travel between the two stops.
 List<org.onebusaway.collections.tuple.Pair<FrequencyStopTripIndex>> BlockIndexService.getFrequencyIndicesBetweenStops(StopEntry fromStop, StopEntry toStop)
           
 List<FrequencyBlockStopTimeIndex> BlockIndexService.getFrequencyStopTimeIndicesForStop(StopEntry stopEntry)
           
 List<FrequencyStopTripIndex> BlockIndexService.getFrequencyStopTripIndicesForStop(StopEntry stop)
           
 List<BlockStopSequenceIndex> BlockIndexService.getStopSequenceIndicesForStop(StopEntry stopEntry)
           
 List<BlockStopTimeIndex> BlockIndexService.getStopTimeIndicesForStop(StopEntry stopEntry)
           
 

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

Methods in org.onebusaway.transit_data_federation.services.realtime that return StopEntry
 StopEntry ArrivalAndDepartureInstance.getStop()
           
 

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

Methods in org.onebusaway.transit_data_federation.services.transit_graph that return StopEntry
 StopEntry StopTimeEntry.getStop()
           
 StopEntry TransitGraphDao.getStopEntryForId(org.onebusaway.gtfs.model.AgencyAndId id)
           
 StopEntry TransitGraphDao.getStopEntryForId(org.onebusaway.gtfs.model.AgencyAndId id, boolean throwExceptionIfNotFound)
           
 

Methods in org.onebusaway.transit_data_federation.services.transit_graph that return types with arguments of type StopEntry
 List<StopEntry> TransitGraphDao.getAllStops()
           
 List<StopEntry> AgencyEntry.getStops()
           
 List<StopEntry> TransitGraphDao.getStopsByLocation(CoordinateBounds bounds)
           
 

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

Methods in org.onebusaway.transit_data_federation.services.tripplanner that return StopEntry
 StopEntry TransferNode.getFromStop()
           
 StopEntry HubNode.getHubStop()
           
 StopEntry TransferPattern.getOriginStop()
           
 StopEntry CompactedTransferPattern.getOriginStop()
          TransferPattern Interface
 StopEntry StopTransfer.getStop()
           
 StopEntry StopTimeInstance.getStop()
           
 StopEntry StopHop.getStop()
           
 StopEntry TripPlannerGraph.getStopEntryForId(org.onebusaway.gtfs.model.AgencyAndId id)
           
 StopEntry TransferNode.getToStop()
           
 

Methods in org.onebusaway.transit_data_federation.services.tripplanner that return types with arguments of type StopEntry
 List<StopEntry> TripPlannerGraph.getAllStops()
           
 org.onebusaway.collections.tuple.Pair<StopEntry> TransferNode.getStops()
           
 List<StopEntry> TripPlannerGraph.getStopsByLocation(CoordinateBounds bounds)
           
 Iterable<StopEntry> HubNode.getStopsTo()
           
 Map<StopEntry,List<TransferParent>> TransferPattern.getTransfersForHubStops(TransferParent root)
           
 Map<StopEntry,List<TransferParent>> CompactedTransferPattern.getTransfersForHubStops(TransferParent root)
           
 

Methods in org.onebusaway.transit_data_federation.services.tripplanner with parameters of type StopEntry
 void TransferPatternData.extendHub(StopEntry hubStop, Iterable<StopEntry> stopsTo)
           
 void TransferParent.extendHub(StopEntry hubStop, Iterable<StopEntry> stopsTo)
           
 TransferNode TransferPatternData.extendTree(StopEntry fromStop, StopEntry toStop, boolean exitAllowed)
           
 TransferNode TransferParent.extendTree(StopEntry fromStop, StopEntry toStop, boolean exitAllowed)
           
 List<StopHop> StopHopService.getHopsFromStop(StopEntry stop)
           
 List<StopHop> StopHopService.getHopsToStop(StopEntry stop)
           
 TransferParent TransferPatternData.getNodesForHubStop(StopEntry hubStop)
           
 Collection<TransferNode> TransferPatternService.getReverseTransferPatternsForStops(TransferPatternData transferData, Iterable<StopEntry> stopsFrom, StopEntry stopTo)
           
 TransferParent TransferPatternService.getTransferPatternsForStops(TransferPatternData transferData, StopEntry stopFrom, List<StopEntry> stopsTo)
           
 List<StopTransfer> StopTransferService.getTransfersFromStop(StopEntry stop)
           
 List<StopTransfer> StopTransferService.getTransfersToStop(StopEntry stop)
           
 org.opentripplanner.routing.spt.GraphPath ItinerariesService.getWalkingItineraryBetweenStops(StopEntry fromStop, StopEntry toStop, Date time, org.opentripplanner.routing.core.TraverseOptions options)
           
 void TransferPatternData.setNodesForHubStop(StopEntry hubStop, TransferParent nodes)
           
 

Method parameters in org.onebusaway.transit_data_federation.services.tripplanner with type arguments of type StopEntry
 void TransferPatternData.extendHub(StopEntry hubStop, Iterable<StopEntry> stopsTo)
           
 void TransferParent.extendHub(StopEntry hubStop, Iterable<StopEntry> stopsTo)
           
 Collection<TransferNode> TransferPatternService.getReverseTransferPatternsForStops(TransferPatternData transferData, Iterable<StopEntry> stopsFrom, StopEntry stopTo)
           
 TransferParent TransferPatternService.getTransferPatternsForStops(TransferPatternData transferData, StopEntry stopFrom, List<StopEntry> stopsTo)
           
 Collection<TransferParent> TransferPattern.getTransfersForStops(TransferParent root, List<StopEntry> stops)
           
 Collection<TransferParent> CompactedTransferPattern.getTransfersForStops(TransferParent root, List<StopEntry> stops)
           
 void CompactedTransferPattern.setAllStops(List<StopEntry> allStops)
           
protected  void TransferParent.toString(TransferNode tree, Set<org.onebusaway.collections.tuple.Pair<StopEntry>> visited, String prefix, StringBuilder b)
           
 

Constructors in org.onebusaway.transit_data_federation.services.tripplanner with parameters of type StopEntry
HubNode(StopEntry hubStop, Iterable<StopEntry> stopsTo)
           
StopHop(StopEntry stop, int minTravelTime)
           
StopTransfer(StopEntry stop, int minTransferTime, double distance)
           
 

Constructor parameters in org.onebusaway.transit_data_federation.services.tripplanner with type arguments of type StopEntry
HubNode(StopEntry hubStop, Iterable<StopEntry> stopsTo)
           
TransferNode(TransferPatternData data, org.onebusaway.collections.tuple.Pair<StopEntry> stops)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.