|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RouteEntry in org.onebusaway.transit_data_federation.impl.transit_graph |
---|
Classes in org.onebusaway.transit_data_federation.impl.transit_graph that implement RouteEntry | |
---|---|
class |
RouteEntryImpl
|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return RouteEntry | |
---|---|
RouteEntry |
TripEntryImpl.getRoute()
|
RouteEntry |
TransitGraphDaoImpl.getRouteForId(org.onebusaway.gtfs.model.AgencyAndId id)
|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return types with arguments of type RouteEntry | |
---|---|
List<RouteEntry> |
TransitGraphImpl.getAllRoutes()
|
List<RouteEntry> |
TransitGraphDaoImpl.getAllRoutes()
|
List<RouteEntry> |
RouteCollectionEntryImpl.getChildren()
|
Method parameters in org.onebusaway.transit_data_federation.impl.transit_graph with type arguments of type RouteEntry | |
---|---|
void |
RouteCollectionEntryImpl.setChildren(List<RouteEntry> children)
|
Uses of RouteEntry in org.onebusaway.transit_data_federation.services.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.services.transit_graph that return RouteEntry | |
---|---|
RouteEntry |
TripEntry.getRoute()
|
RouteEntry |
TransitGraphDao.getRouteForId(org.onebusaway.gtfs.model.AgencyAndId id)
|
Methods in org.onebusaway.transit_data_federation.services.transit_graph that return types with arguments of type RouteEntry | |
---|---|
List<RouteEntry> |
TransitGraphDao.getAllRoutes()
|
List<RouteEntry> |
RouteCollectionEntry.getChildren()
|
Uses of RouteEntry in org.onebusaway.transit_data_federation.services.tripplanner |
---|
Methods in org.onebusaway.transit_data_federation.services.tripplanner that return RouteEntry | |
---|---|
RouteEntry |
TripPlannerGraph.getRouteForId(org.onebusaway.gtfs.model.AgencyAndId id)
|
Methods in org.onebusaway.transit_data_federation.services.tripplanner that return types with arguments of type RouteEntry | |
---|---|
List<RouteEntry> |
TripPlannerGraph.getAllRoutes()
|
Uses of RouteEntry in org.onebusaway.transit_data_federation.testing |
---|
Methods in org.onebusaway.transit_data_federation.testing with parameters of type RouteEntry | |
---|---|
static RouteCollectionEntryImpl |
UnitTestingSupport.routeCollection(String id,
RouteEntry... routes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |