Package | Description |
---|---|
org.opentripplanner.routing.core |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntersectionTraversalCostModel
Abstract turn cost model provides various methods most implementations will use.
|
class |
ConstantIntersectionTraversalCostModel
The cost of traversing an intersection is constant.
|
class |
SimpleIntersectionTraversalCostModel |
Modifier and Type | Field and Description |
---|---|
IntersectionTraversalCostModel |
RoutingRequest.traversalCostModel
The model that computes turn/traversal costs.
|
Modifier and Type | Method and Description |
---|---|
IntersectionTraversalCostModel |
RoutingRequest.getIntersectionTraversalCostModel()
Returns the model that computes the cost of intersection traversal.
|
Copyright © 2019. All rights reserved.