org.onebusaway.transit_data_federation.services.tripplanner
Interface TransferPattern

All Known Implementing Classes:
CompactedTransferPattern, MutableTransferPattern

public interface TransferPattern


Method Summary
 StopEntry getOriginStop()
           
 Collection<TransferParent> getTransfersForAllStops(TransferParent root)
           
 Map<StopEntry,List<TransferParent>> getTransfersForHubStops(TransferParent root)
           
 Collection<TransferParent> getTransfersForStops(TransferParent root, List<StopEntry> stops)
           
 

Method Detail

getOriginStop

StopEntry getOriginStop()

getTransfersForStops

Collection<TransferParent> getTransfersForStops(TransferParent root,
                                                List<StopEntry> stops)

getTransfersForAllStops

Collection<TransferParent> getTransfersForAllStops(TransferParent root)

getTransfersForHubStops

Map<StopEntry,List<TransferParent>> getTransfersForHubStops(TransferParent root)


Copyright © 2012 OneBusAway. All Rights Reserved.