Package | Description |
---|---|
org.opentripplanner.routing.core |
Modifier and Type | Field and Description |
---|---|
RouteMatcher |
RoutingRequest.bannedRoutes
Do not use certain named routes.
|
RouteMatcher |
RoutingRequest.preferredRoutes
Set of preferred routes by user.
|
RouteMatcher |
RoutingRequest.unpreferredRoutes
Set of unpreferred routes for given user.
|
RouteMatcher |
RoutingRequest.whiteListedRoutes
Only use certain named routes
|
Modifier and Type | Method and Description |
---|---|
RouteMatcher |
RouteMatcher.clone() |
static RouteMatcher |
RouteMatcher.emptyMatcher()
Return an empty matcher (which match no routes).
|
static RouteMatcher |
RouteMatcher.parse(String routeSpecList)
Build a new RouteMatcher from a string representation.
|
Copyright © 2019. All rights reserved.