Package | Description |
---|---|
org.opentripplanner.routing.core |
Modifier and Type | Field and Description |
---|---|
StopMatcher |
RoutingRequest.bannedStops
Do not use certain stops.
|
StopMatcher |
RoutingRequest.bannedStopsHard
Do not use certain stops.
|
Modifier and Type | Method and Description |
---|---|
StopMatcher |
StopMatcher.clone() |
static StopMatcher |
StopMatcher.emptyMatcher()
Return an empty matcher (which matches no stops).
|
static StopMatcher |
StopMatcher.parse(String stopList)
Build a new StopMatcher from a string representation.
|
Copyright © 2018. All rights reserved.