|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trip | |
|---|---|
| org.onebusaway.gtfs.impl | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.services | |
| Uses of Trip in org.onebusaway.gtfs.impl |
|---|
| Methods in org.onebusaway.gtfs.impl that return Trip | |
|---|---|
Trip |
GtfsDaoImpl.getTripForId(AgencyAndId id)
|
| Methods in org.onebusaway.gtfs.impl that return types with arguments of type Trip | |
|---|---|
java.util.Collection<Trip> |
GtfsDaoImpl.getAllTrips()
|
java.util.List<Trip> |
GtfsRelationalDaoImpl.getTripsForBlockId(AgencyAndId blockId)
|
java.util.List<Trip> |
GtfsRelationalDaoImpl.getTripsForRoute(Route route)
|
| Methods in org.onebusaway.gtfs.impl with parameters of type Trip | |
|---|---|
java.util.List<Frequency> |
GtfsRelationalDaoImpl.getFrequenciesForTrip(Trip trip)
|
java.util.List<StopTime> |
GtfsRelationalDaoImpl.getStopTimesForTrip(Trip trip)
|
| Uses of Trip in org.onebusaway.gtfs.model |
|---|
| Methods in org.onebusaway.gtfs.model that return Trip | |
|---|---|
Trip |
StopTime.getTrip()
|
Trip |
Frequency.getTrip()
|
| Methods in org.onebusaway.gtfs.model with parameters of type Trip | |
|---|---|
void |
StopTime.setTrip(Trip trip)
|
void |
Frequency.setTrip(Trip trip)
|
| Constructors in org.onebusaway.gtfs.model with parameters of type Trip | |
|---|---|
Trip(Trip obj)
|
|
| Uses of Trip in org.onebusaway.gtfs.services |
|---|
| Methods in org.onebusaway.gtfs.services that return Trip | |
|---|---|
Trip |
GtfsDao.getTripForId(AgencyAndId id)
|
| Methods in org.onebusaway.gtfs.services that return types with arguments of type Trip | |
|---|---|
java.util.Collection<Trip> |
GtfsDao.getAllTrips()
Trip Methods |
java.util.List<Trip> |
GtfsRelationalDao.getTripsForBlockId(AgencyAndId blockId)
|
java.util.List<Trip> |
GtfsRelationalDao.getTripsForRoute(Route route)
Trip Methods |
| Methods in org.onebusaway.gtfs.services with parameters of type Trip | |
|---|---|
java.util.List<Frequency> |
GtfsRelationalDao.getFrequenciesForTrip(Trip trip)
Frequency Methods |
java.util.List<StopTime> |
GtfsRelationalDao.getStopTimesForTrip(Trip trip)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||