Uses of Class
org.onebusaway.gtfs.model.Transfer
-
Packages that use Transfer Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.services -
-
Uses of Transfer in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return Transfer Modifier and Type Method Description TransferGtfsDaoImpl. getTransferForId(int id)TransferGtfsDataServiceImpl. getTransferForId(int id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Transfer Modifier and Type Method Description Collection<Transfer>GtfsDaoImpl. getAllTransfers()Collection<Transfer>GtfsDataServiceImpl. getAllTransfers() -
Uses of Transfer in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type Transfer Constructor Description Transfer(Transfer obj) -
Uses of Transfer in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return Transfer Modifier and Type Method Description TransferGtfsDao. getTransferForId(int id)Methods in org.onebusaway.gtfs.services that return types with arguments of type Transfer Modifier and Type Method Description Collection<Transfer>GtfsDao. getAllTransfers()TransferMethods
-