| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.storage |
| Modifier and Type | Class and Description |
|---|---|
static class |
AStar.AStarEntry |
| Modifier and Type | Field and Description |
|---|---|
protected SPTEntry |
Dijkstra.currEdge |
protected SPTEntry |
DijkstraBidirectionRef.currFrom |
protected SPTEntry |
DijkstraBidirectionRef.currTo |
protected SPTEntry |
PathBidirRef.edgeTo |
protected SPTEntry |
Path.sptEntry
Shortest path tree entry
|
| Modifier and Type | Field and Description |
|---|---|
protected com.carrotsearch.hppc.IntObjectMap<SPTEntry> |
DijkstraBidirectionRef.bestWeightMapFrom |
protected com.carrotsearch.hppc.IntObjectMap<SPTEntry> |
DijkstraBidirectionRef.bestWeightMapOther |
protected com.carrotsearch.hppc.IntObjectMap<SPTEntry> |
DijkstraBidirectionRef.bestWeightMapTo |
protected PriorityQueue<SPTEntry> |
Dijkstra.fromHeap |
protected com.carrotsearch.hppc.IntObjectMap<SPTEntry> |
Dijkstra.fromMap |
| Modifier and Type | Method and Description |
|---|---|
protected SPTEntry |
AbstractRoutingAlgorithm.createSPTEntry(int node,
double weight) |
protected SPTEntry |
AStarBidirection.createSPTEntry(int node,
double weight) |
protected SPTEntry |
AStar.createSPTEntry(int node,
double weight) |
SPTEntry |
AlternativeRoute.AlternativeInfo.getShareEnd() |
SPTEntry |
AlternativeRoute.AlternativeInfo.getShareStart() |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.setSPTEntry(SPTEntry sptEntry) |
PathBidirRef |
PathBidirRef.setSPTEntryTo(SPTEntry edgeTo) |
protected void |
DijkstraBidirectionRef.updateBestPath(EdgeIteratorState edgeState,
SPTEntry entryCurrent,
int traversalId) |
protected void |
AbstractRoutingAlgorithm.updateBestPath(EdgeIteratorState edgeState,
SPTEntry bestSPTEntry,
int traversalId) |
| Constructor and Description |
|---|
AlternativeInfo(double sortBy,
Path path,
SPTEntry shareStart,
SPTEntry shareEnd,
double shareWeight,
List<String> altNames) |
| Modifier and Type | Field and Description |
|---|---|
SPTEntry |
SPTEntry.parent |
| Modifier and Type | Method and Description |
|---|---|
SPTEntry |
SPTEntry.clone() |
SPTEntry |
SPTEntry.cloneFull() |
| Modifier and Type | Method and Description |
|---|---|
int |
SPTEntry.compareTo(SPTEntry o) |
Copyright © 2012–2018. All rights reserved.