Package | Description |
---|---|
org.opentripplanner.routing.edgetype | |
org.opentripplanner.routing.graph |
Modifier and Type | Method and Description |
---|---|
protected List<TurnRestriction> |
TemporaryPartialStreetEdge.getTurnRestrictions(Graph graph)
Have the turn restrictions of their parent.
|
protected List<TurnRestriction> |
StreetEdge.getTurnRestrictions(Graph graph) |
Modifier and Type | Method and Description |
---|---|
List<TurnRestriction> |
Graph.getTurnRestrictions(Edge edge)
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.addTurnRestriction(Edge edge,
TurnRestriction turnRestriction)
|
void |
Graph.removeTurnRestriction(Edge edge,
TurnRestriction turnRestriction)
|
Copyright © 2019. All rights reserved.