Uses of Class
org.onebusaway.gtfs.model.Block
-
Packages that use Block Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.services -
-
Uses of Block in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return Block Modifier and Type Method Description BlockGtfsDaoImpl. getBlockForId(int id)BlockGtfsDataServiceImpl. getBlockForId(int id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Block Modifier and Type Method Description Collection<Block>GtfsDaoImpl. getAllBlocks()Collection<Block>GtfsDataServiceImpl. getAllBlocks() -
Uses of Block in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type Block Constructor Description Block(Block b) -
Uses of Block in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return Block Modifier and Type Method Description BlockGtfsDao. getBlockForId(int id)Methods in org.onebusaway.gtfs.services that return types with arguments of type Block Modifier and Type Method Description Collection<Block>GtfsDao. getAllBlocks()
-