| Package | Description |
|---|---|
| org.opentripplanner.routing.core | |
| org.opentripplanner.routing.spt |
| Modifier and Type | Field and Description |
|---|---|
DominanceFunction |
RoutingRequest.dominanceFunction
The function that compares paths converging on the same vertex to decide which ones continue to be explored.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DominanceFunction.EarliestArrival
This approach is more coherent in Analyst when we are extracting travel times from the optimal
paths.
|
static class |
DominanceFunction.LeastWalk
A dominance function that prefers the least walking.
|
static class |
DominanceFunction.MinimumWeight |
static class |
DominanceFunction.Pareto
In this implementation the relation is not symmetric.
|
| Modifier and Type | Field and Description |
|---|---|
DominanceFunction |
ShortestPathTree.dominanceFunction |
| Constructor and Description |
|---|
ShortestPathTree(RoutingRequest options,
DominanceFunction dominanceFunction) |
Copyright © 2018. All rights reserved.