| Modifier and Type | Method and Description | 
|---|---|
Route | 
TripType.getRoute()  | 
Route | 
RouteAdapter.unmarshal(RouteType arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
RouteType | 
RouteAdapter.marshal(Route arg)  | 
| Constructor and Description | 
|---|
RouteType(Route route)  | 
RouteType(Route route,
         Boolean extended)  | 
| Modifier and Type | Field and Description | 
|---|---|
com.google.common.collect.Multimap<Route,Edge> | 
EdgesForRoute.edgesForRoute  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Edge> | 
EdgesForRoute.get(Route route)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
GtfsLibrary.getRouteName(Route route)  | 
static TraverseMode | 
GtfsLibrary.getTraverseMode(Route route)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<RouteShort> | 
RouteShort.list(Collection<Route> in)  | 
| Constructor and Description | 
|---|
RouteShort(Route route)  | 
| Modifier and Type | Method and Description | 
|---|---|
Route | 
Transfer.getFromRoute()  | 
Route | 
Trip.getRoute()  | 
Route | 
FareRule.getRoute()  | 
Route | 
Transfer.getToRoute()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Route> | 
OtpTransitService.getAllRoutes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Transfer.setFromRoute(Route fromRoute)  | 
void | 
Trip.setRoute(Route route)  | 
void | 
FareRule.setRoute(Route route)  | 
void | 
Transfer.setToRoute(Route toRoute)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Route> | 
OtpTransitServiceBuilder.getRoutes()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.Multimap<Route,org.opentripplanner.profile.PatternRide> | 
Ride.getPatternRidesByRoute()  | 
Set<Route> | 
Ride.getRoutes()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Ride.pathContainsRoute(Route route)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransferTable.addTransferTime(Stop fromStop,
               Stop toStop,
               Route fromRoute,
               Route toRoute,
               Trip fromTrip,
               Trip toTrip,
               int transferTime)
Add a transfer time to the transfer table. 
 | 
boolean | 
RouteMatcher.matches(Route route)  | 
long | 
RoutingRequest.preferencesPenaltyForRoute(Route route)
Check if route is preferred according to this request. 
 | 
boolean | 
RoutingRequest.routeIsBanned(Route route)  | 
| Constructor and Description | 
|---|
SpecificTransfer(Route fromRoute,
                Route toRoute,
                Trip fromTrip,
                Trip toTrip,
                int transferTime)  | 
| Modifier and Type | Field and Description | 
|---|---|
Route | 
TripPattern.route
The GTFS Route of all trips in this pattern. 
 | 
| Constructor and Description | 
|---|
TripPattern(Route route,
           StopPattern stopPattern)  | 
| Modifier and Type | Field and Description | 
|---|---|
com.google.common.collect.Multimap<Route,TripPattern> | 
GraphIndex.patternsForRoute  | 
Map<FeedScopedId,Route> | 
GraphIndex.routeForId  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Route> | 
GraphIndex.routesForStop(Stop stop)
Dynamically generate the set of Routes passing though a Stop on demand. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Route | 
RouteVariant.getRoute()  | 
| Constructor and Description | 
|---|
RouteVariant(Route route,
            ArrayList<Stop> stops)  | 
| Modifier and Type | Method and Description | 
|---|---|
Trip | 
GtfsRealtimeFuzzyTripMatcher.getTrip(Route route,
       int direction,
       int startTime,
       ServiceDate date)  | 
| Modifier and Type | Method and Description | 
|---|---|
TripPattern | 
TripPatternCache.getOrCreateTripPattern(StopPattern stopPattern,
                      Route route,
                      Graph graph)
Get cached trip pattern or create one if it doesn't exist yet. 
 | 
Copyright © 2019. All rights reserved.