|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockLocationRecord | |
---|---|
org.onebusaway.transit_data_federation.impl.realtime | |
org.onebusaway.transit_data_federation.services.realtime |
Uses of BlockLocationRecord in org.onebusaway.transit_data_federation.impl.realtime |
---|
Methods in org.onebusaway.transit_data_federation.impl.realtime that return BlockLocationRecord | |
---|---|
BlockLocationRecord |
BlockLocationRecord.Builder.create()
|
Methods in org.onebusaway.transit_data_federation.impl.realtime that return types with arguments of type BlockLocationRecord | |
---|---|
List<BlockLocationRecord> |
BlockLocationRecordDaoImpl.getBlockLocationRecords(org.onebusaway.gtfs.model.AgencyAndId blockId,
org.onebusaway.gtfs.model.AgencyAndId tripId,
org.onebusaway.gtfs.model.AgencyAndId vehicleId,
long serviceDate,
long fromTime,
long toTime,
int recordLimit)
|
List<BlockLocationRecord> |
BlockLocationRecordDao.getBlockLocationRecords(org.onebusaway.gtfs.model.AgencyAndId blockId,
org.onebusaway.gtfs.model.AgencyAndId tripId,
org.onebusaway.gtfs.model.AgencyAndId vehicleId,
long serviceDate,
long fromTime,
long toTime,
int recordLimit)
The mega-query method. |
List<BlockLocationRecord> |
BlockLocationRecordDaoImpl.getBlockLocationRecordsForBlockServiceDateAndTimeRange(org.onebusaway.gtfs.model.AgencyAndId blockId,
long serviceDate,
long fromTime,
long toTime)
|
List<BlockLocationRecord> |
BlockLocationRecordDao.getBlockLocationRecordsForBlockServiceDateAndTimeRange(org.onebusaway.gtfs.model.AgencyAndId blockId,
long serviceDate,
long fromTime,
long toTime)
|
List<BlockLocationRecord> |
BlockLocationRecordDaoImpl.getBlockLocationRecordsForVehicleAndTimeRange(org.onebusaway.gtfs.model.AgencyAndId vehicleId,
long fromTime,
long toTime)
|
List<BlockLocationRecord> |
BlockLocationRecordDao.getBlockLocationRecordsForVehicleAndTimeRange(org.onebusaway.gtfs.model.AgencyAndId vehicleId,
long fromTime,
long toTime)
|
Methods in org.onebusaway.transit_data_federation.impl.realtime with parameters of type BlockLocationRecord | |
---|---|
BlockLocationRecordCollection |
BlockLocationRecordCollection.addRecord(BlockInstance blockInstance,
BlockLocationRecord record,
long windowSize)
|
void |
BlockLocationRecordDaoImpl.saveBlockLocationRecord(BlockLocationRecord record)
BlockLocationRecordDao Interface |
void |
BlockLocationRecordDao.saveBlockLocationRecord(BlockLocationRecord record)
|
Method parameters in org.onebusaway.transit_data_federation.impl.realtime with type arguments of type BlockLocationRecord | |
---|---|
static BlockLocationRecordCollection |
BlockLocationRecordCollection.createFromRecords(BlockInstance blockInstance,
List<BlockLocationRecord> records)
Convenience method that creates a link BlockLocationRecordCollection from a list of records |
void |
BlockLocationRecordDaoImpl.saveBlockLocationRecords(List<BlockLocationRecord> records)
|
void |
BlockLocationRecordDao.saveBlockLocationRecords(List<BlockLocationRecord> records)
|
Constructor parameters in org.onebusaway.transit_data_federation.impl.realtime with type arguments of type BlockLocationRecord | |
---|---|
BlockLocationRecordCollection(long fromTime,
long toTime,
SortedMap<Long,BlockLocationRecord> records)
|
Uses of BlockLocationRecord in org.onebusaway.transit_data_federation.services.realtime |
---|
Methods in org.onebusaway.transit_data_federation.services.realtime with parameters of type BlockLocationRecord | |
---|---|
void |
BlockLocationRecordCache.addRecord(BlockInstance blockInstance,
BlockLocationRecord record)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |