Uses of Class
org.onebusaway.gtfs.model.FeedInfo
-
Packages that use FeedInfo Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.services -
-
Uses of FeedInfo in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return FeedInfo Modifier and Type Method Description FeedInfoGtfsDaoImpl. getFeedInfoForId(String id)FeedInfoGtfsDataServiceImpl. getFeedInfoForId(String id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type FeedInfo Modifier and Type Method Description Collection<FeedInfo>GtfsDaoImpl. getAllFeedInfos()Collection<FeedInfo>GtfsDataServiceImpl. getAllFeedInfos() -
Uses of FeedInfo in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type FeedInfo Constructor Description FeedInfo(FeedInfo fi) -
Uses of FeedInfo in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return FeedInfo Modifier and Type Method Description FeedInfoGtfsDao. getFeedInfoForId(String id)Methods in org.onebusaway.gtfs.services that return types with arguments of type FeedInfo Modifier and Type Method Description Collection<FeedInfo>GtfsDao. getAllFeedInfos()FeedInfoMethods
-