org.onebusaway.transit_data_federation.services.beans
Interface StopBeanService


public interface StopBeanService


Method Summary
 StopBean getStopForId(org.onebusaway.gtfs.model.AgencyAndId stopId)
           
 

Method Detail

getStopForId

StopBean getStopForId(org.onebusaway.gtfs.model.AgencyAndId stopId)
Parameters:
stopId - see Stop.getId()
Returns:
the populated stop bean, or null if a stop with the specified id was not found
Throws:
NoSuchStopServiceException - if the stop with the specified id could not be found


Copyright © 2012 OneBusAway. All Rights Reserved.