org.onebusaway.webapp.services.oba
Interface OneBusAwayService

All Known Implementing Classes:
OneBusAwayServiceImpl

public interface OneBusAwayService


Method Summary
 List<TimedPlaceBean> getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 MinTransitTimeResult getMinTravelTimeToStopsFrom(CoordinatePoint location, long time, TransitShedConstraintsBean constraints, int timeSegmentSize)
           
 

Method Detail

getMinTravelTimeToStopsFrom

MinTransitTimeResult getMinTravelTimeToStopsFrom(CoordinatePoint location,
                                                 long time,
                                                 TransitShedConstraintsBean constraints,
                                                 int timeSegmentSize)
                                                 throws ServiceException
Throws:
ServiceException

getLocalPaths

List<TimedPlaceBean> getLocalPaths(ConstraintsBean constraints,
                                   MinTravelTimeToStopsBean travelTimes,
                                   List<LocalSearchResult> localResults)
                                   throws ServiceException
Throws:
ServiceException


Copyright © 2012 OneBusAway. All Rights Reserved.