org.onebusaway.gtfs.serialization
Interface GtfsReaderContext


public interface GtfsReaderContext


Method Summary
 List<Agency> getAgencies()
           
 String getAgencyForEntity(Class<?> entityType, String entityId)
           
 String getDefaultAgencyId()
           
 Object getEntity(Class<?> entityClass, Serializable id)
           
 String getTranslatedAgencyId(String agencyId)
           
 

Method Detail

getDefaultAgencyId

String getDefaultAgencyId()

getTranslatedAgencyId

String getTranslatedAgencyId(String agencyId)

getAgencies

List<Agency> getAgencies()

getEntity

Object getEntity(Class<?> entityClass,
                 Serializable id)

getAgencyForEntity

String getAgencyForEntity(Class<?> entityType,
                          String entityId)


Copyright © 2011 OneBusAway. All Rights Reserved.