Uses of Class
org.onebusaway.gtfs.model.FacilityProperty
-
Packages that use FacilityProperty Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model -
-
Uses of FacilityProperty in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return FacilityProperty Modifier and Type Method Description FacilityPropertyGtfsDaoImpl. getFacilityPropertiesForId(AgencyAndId id)FacilityPropertyGtfsDataServiceImpl. getFacilityPropertiesForId(AgencyAndId id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type FacilityProperty Modifier and Type Method Description Collection<FacilityProperty>GtfsDaoImpl. getAllFacilityProperties()Collection<FacilityProperty>GtfsDataServiceImpl. getAllFacilityProperties() -
Uses of FacilityProperty in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type FacilityProperty Constructor Description FacilityProperty(FacilityProperty fp)
-