| Package | Description |
|---|---|
| org.onebusaway.gtfs.impl | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.services |
| Modifier and Type | Method and Description |
|---|---|
Trip |
GtfsDaoImpl.getTripForId(AgencyAndId id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Trip> |
GtfsDaoImpl.getAllTrips() |
List<Trip> |
GtfsRelationalDaoImpl.getTripsForBlockId(AgencyAndId blockId) |
List<Trip> |
GtfsRelationalDaoImpl.getTripsForRoute(Route route) |
List<Trip> |
GtfsRelationalDaoImpl.getTripsForServiceId(AgencyAndId serviceId) |
List<Trip> |
GtfsRelationalDaoImpl.getTripsForShapeId(AgencyAndId shapeId) |
| Modifier and Type | Method and Description |
|---|---|
List<Frequency> |
GtfsRelationalDaoImpl.getFrequenciesForTrip(Trip trip) |
List<StopTime> |
GtfsRelationalDaoImpl.getStopTimesForTrip(Trip trip) |
| Modifier and Type | Method and Description |
|---|---|
Trip |
Transfer.getFromTrip() |
Trip |
Transfer.getToTrip() |
Trip |
StopTime.getTrip() |
Trip |
Frequency.getTrip() |
Trip |
StopTimeProxy.getTrip() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.setFromTrip(Trip fromTrip) |
void |
Transfer.setToTrip(Trip toTrip) |
void |
StopTime.setTrip(Trip trip) |
void |
Frequency.setTrip(Trip trip) |
void |
StopTimeProxy.setTrip(Trip trip) |
| Constructor and Description |
|---|
Trip(Trip obj) |
| Modifier and Type | Method and Description |
|---|---|
Trip |
GtfsDao.getTripForId(AgencyAndId id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Trip> |
GtfsDao.getAllTrips()
Trip Methods |
List<Trip> |
GtfsRelationalDao.getTripsForBlockId(AgencyAndId blockId) |
List<Trip> |
GtfsRelationalDao.getTripsForRoute(Route route)
Trip Methods |
List<Trip> |
GtfsRelationalDao.getTripsForServiceId(AgencyAndId serviceId) |
List<Trip> |
GtfsRelationalDao.getTripsForShapeId(AgencyAndId shapeId) |
| Modifier and Type | Method and Description |
|---|---|
List<Frequency> |
GtfsRelationalDao.getFrequenciesForTrip(Trip trip)
Frequency Methods |
List<StopTime> |
GtfsRelationalDao.getStopTimesForTrip(Trip trip) |
Copyright © 2015 OneBusAway. All Rights Reserved.