|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.impl |
---|
Method parameters in org.onebusaway.transit_data_federation.impl with type arguments of type BlockTripEntry | |
---|---|
List<StopSequence> |
StopSequencesServiceImpl.getStopSequencesForTrips(List<BlockTripEntry> trips)
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.impl.beans |
---|
Methods in org.onebusaway.transit_data_federation.impl.beans with parameters of type BlockTripEntry | |
---|---|
BlockTripBean |
BlockBeanServiceImpl.getBlockTripAsBean(BlockTripEntry blockTrip)
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.impl.blocks |
---|
Method parameters in org.onebusaway.transit_data_federation.impl.blocks with type arguments of type BlockTripEntry | |
---|---|
FrequencyBlockTripIndex |
BlockIndexFactoryServiceImpl.createFrequencyIndexForTrips(List<BlockTripEntry> trips,
List<FrequencyEntry> frequencies)
|
BlockLayoverIndex |
BlockIndexFactoryServiceImpl.createLayoverIndexForGroupOfBlockTrips(List<BlockTripEntry> trips)
|
BlockTripIndex |
BlockIndexFactoryServiceImpl.createTripIndexForGroupOfBlockTrips(List<BlockTripEntry> blocks)
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.impl.transit_graph |
---|
Classes in org.onebusaway.transit_data_federation.impl.transit_graph that implement BlockTripEntry | |
---|---|
class |
BlockTripEntryImpl
|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return BlockTripEntry | |
---|---|
BlockTripEntry |
BlockTripEntryImpl.getNextTrip()
|
BlockTripEntry |
BlockTripEntryImpl.getPreviousTrip()
|
BlockTripEntry |
BlockStopTimeEntryImpl.getTrip()
|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return types with arguments of type BlockTripEntry | |
---|---|
List<BlockTripEntry> |
BlockConfigurationEntryImpl.getTrips()
|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph with parameters of type BlockTripEntry | |
---|---|
void |
BlockTripEntryImpl.setNextTrip(BlockTripEntry nextTrip)
|
void |
BlockTripEntryImpl.setPreviousTrip(BlockTripEntry previousTrip)
|
Constructors in org.onebusaway.transit_data_federation.impl.transit_graph with parameters of type BlockTripEntry | |
---|---|
BlockStopTimeEntryImpl(StopTimeEntry stopTime,
int blockSequence,
BlockTripEntry trip,
boolean hasNextStop)
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.model |
---|
Methods in org.onebusaway.transit_data_federation.model that return types with arguments of type BlockTripEntry | |
---|---|
List<BlockTripEntry> |
StopSequence.getTrips()
|
Method parameters in org.onebusaway.transit_data_federation.model with type arguments of type BlockTripEntry | |
---|---|
void |
StopSequence.setTrips(List<BlockTripEntry> trips)
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.model.tripplanner |
---|
Methods in org.onebusaway.transit_data_federation.model.tripplanner that return BlockTripEntry | |
---|---|
BlockTripEntry |
BlockTransferState.getNextTrip()
|
BlockTripEntry |
BlockTransferState.getPrevTrip()
|
Constructors in org.onebusaway.transit_data_federation.model.tripplanner with parameters of type BlockTripEntry | |
---|---|
BlockTransferState(long currentTime,
BlockTripEntry prevTrip,
BlockTripEntry nextTrip,
long serviceDate)
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.services |
---|
Method parameters in org.onebusaway.transit_data_federation.services with type arguments of type BlockTripEntry | |
---|---|
List<StopSequence> |
StopSequencesService.getStopSequencesForTrips(List<BlockTripEntry> trips)
Recall that a stop sequence is a unique sequence of stops visited by a transit trip. |
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.services.beans |
---|
Methods in org.onebusaway.transit_data_federation.services.beans with parameters of type BlockTripEntry | |
---|---|
BlockTripBean |
BlockBeanService.getBlockTripAsBean(BlockTripEntry activeTrip)
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.services.blocks |
---|
Fields in org.onebusaway.transit_data_federation.services.blocks with type parameters of type BlockTripEntry | |
---|---|
protected List<BlockTripEntry> |
AbstractBlockTripIndex._trips
|
Methods in org.onebusaway.transit_data_federation.services.blocks that return BlockTripEntry | |
---|---|
BlockTripEntry |
ScheduledBlockLocation.getActiveTrip()
Should never be null, even if the trip is not in service. |
BlockTripEntry |
BlockTripInstance.getBlockTrip()
|
static BlockTripEntry |
ReferencesLibrary.getReferenceAsTrip(BlockTripReference reference,
TransitGraphDao dao)
|
Methods in org.onebusaway.transit_data_federation.services.blocks that return types with arguments of type BlockTripEntry | |
---|---|
List<BlockTripEntry> |
HasBlockTrips.getTrips()
|
List<BlockTripEntry> |
AbstractBlockTripIndex.getTrips()
|
List<BlockTripEntry> |
AbstractBlockStopTimeIndex.getTrips()
|
Methods in org.onebusaway.transit_data_federation.services.blocks with parameters of type BlockTripEntry | |
---|---|
static BlockTripReference |
ReferencesLibrary.getTripAsReference(BlockTripEntry trip)
|
void |
ScheduledBlockLocation.setActiveTrip(BlockTripEntry activeTrip)
|
Method parameters in org.onebusaway.transit_data_federation.services.blocks with type arguments of type BlockTripEntry | |
---|---|
FrequencyBlockTripIndex |
BlockIndexFactoryService.createFrequencyIndexForTrips(List<BlockTripEntry> trips,
List<FrequencyEntry> frequencies)
|
BlockLayoverIndex |
BlockIndexFactoryService.createLayoverIndexForGroupOfBlockTrips(List<BlockTripEntry> trips)
|
BlockTripIndex |
BlockIndexFactoryService.createTripIndexForGroupOfBlockTrips(List<BlockTripEntry> blocks)
|
Constructors in org.onebusaway.transit_data_federation.services.blocks with parameters of type BlockTripEntry | |
---|---|
BlockTripInstance(BlockTripEntry blockTrip,
InstanceState state)
|
Constructor parameters in org.onebusaway.transit_data_federation.services.blocks with type arguments of type BlockTripEntry | |
---|---|
AbstractBlockTripIndex(List<BlockTripEntry> trips)
|
|
BlockLayoverIndex(List<BlockTripEntry> trips,
LayoverIntervalBlock layoverIntervalBlock)
See the requirements in the class documentation. |
|
BlockTripIndex(List<BlockTripEntry> trips,
ServiceIntervalBlock serviceIntervalBlock)
See the requirements in the class documentation. |
|
FrequencyBlockTripIndex(List<BlockTripEntry> trips,
List<FrequencyEntry> frequencies,
FrequencyServiceIntervalBlock serviceIntervalBlock)
See the requirements in the class documentation. |
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.services.realtime |
---|
Methods in org.onebusaway.transit_data_federation.services.realtime that return BlockTripEntry | |
---|---|
BlockTripEntry |
BlockLocation.getActiveTrip()
|
BlockTripEntry |
ArrivalAndDepartureInstance.getBlockTrip()
|
Methods in org.onebusaway.transit_data_federation.services.realtime with parameters of type BlockTripEntry | |
---|---|
void |
BlockLocation.setActiveTrip(BlockTripEntry activeTrip)
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.services.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.services.transit_graph that return BlockTripEntry | |
---|---|
BlockTripEntry |
BlockTripEntry.getNextTrip()
|
BlockTripEntry |
BlockTripEntry.getPreviousTrip()
|
BlockTripEntry |
BlockStopTimeEntry.getTrip()
|
Methods in org.onebusaway.transit_data_federation.services.transit_graph that return types with arguments of type BlockTripEntry | |
---|---|
List<BlockTripEntry> |
BlockConfigurationEntry.getTrips()
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.services.tripplanner |
---|
Methods in org.onebusaway.transit_data_federation.services.tripplanner that return BlockTripEntry | |
---|---|
BlockTripEntry |
StopTimeInstance.getTrip()
|
Uses of BlockTripEntry in org.onebusaway.transit_data_federation.testing |
---|
Methods in org.onebusaway.transit_data_federation.testing with parameters of type BlockTripEntry | |
---|---|
static BlockStopTimeEntryImpl |
UnitTestingSupport.blockStopTime(StopTimeEntry stopTime,
int blockSequence,
BlockTripEntry trip)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |