Modifier and Type | Class and Description |
---|---|
class |
TripEntryImpl |
Modifier and Type | Method and Description |
---|---|
TripEntry |
BlockTripEntryImpl.getTrip() |
TripEntry |
TransitGraphDaoImpl.getTripEntryForId(org.onebusaway.gtfs.model.AgencyAndId id) |
Modifier and Type | Method and Description |
---|---|
List<TripEntry> |
TransitGraphDaoImpl.getAllTrips() |
List<TripEntry> |
TransitGraphImpl.getAllTrips() |
List<TripEntry> |
RouteEntryImpl.getTrips() |
List<TripEntry> |
BlockConfigurationEntryImpl.Builder.getTrips() |
Modifier and Type | Method and Description |
---|---|
void |
BlockTripEntryImpl.setTrip(TripEntry trip) |
Modifier and Type | Method and Description |
---|---|
void |
RouteEntryImpl.setTrips(List<TripEntry> trips) |
void |
BlockConfigurationEntryImpl.Builder.setTrips(List<TripEntry> trips) |
Modifier and Type | Method and Description |
---|---|
TripEntry |
ArrivalAndDepartureQuery.getTrip() |
Modifier and Type | Method and Description |
---|---|
void |
ArrivalAndDepartureQuery.setTrip(TripEntry trip) |
Modifier and Type | Method and Description |
---|---|
TripEntry |
TripLocation.getTrip() |
Modifier and Type | Method and Description |
---|---|
void |
TripLocation.setTrip(TripEntry trip) |
Modifier and Type | Method and Description |
---|---|
TripEntry |
StopTimeEntry.getTrip() |
TripEntry |
BlockTripEntry.getTrip() |
TripEntry |
TransitGraphDao.getTripEntryForId(org.onebusaway.gtfs.model.AgencyAndId id) |
Modifier and Type | Method and Description |
---|---|
List<TripEntry> |
TransitGraphDao.getAllTrips() |
List<TripEntry> |
RouteEntry.getTrips() |
Modifier and Type | Method and Description |
---|---|
TripEntry |
TripInstance.getTrip() |
TripEntry |
TripPlannerGraph.getTripEntryForId(org.onebusaway.gtfs.model.AgencyAndId id) |
Modifier and Type | Method and Description |
---|---|
List<TripEntry> |
TripPlannerGraph.getAllTrips() |
Constructor and Description |
---|
TripInstance(TripEntry trip,
long serviceDate) |
Modifier and Type | Method and Description |
---|---|
static BlockConfigurationEntry |
UnitTestingSupport.blockConfiguration(BlockEntry block,
ServiceIdActivation serviceIds,
TripEntry... trips) |
static BlockTripEntryImpl |
UnitTestingSupport.blockTrip(BlockConfigurationEntry blockConfig,
TripEntry trip) |
Copyright © 2014 OneBusAway. All Rights Reserved.