public class AStarCHEntry extends CHEntry
| Modifier and Type | Field and Description |
|---|---|
double |
weightOfVisitedPath |
| Constructor and Description |
|---|
AStarCHEntry(int node,
double heapWeight,
double weightOfVisitedPath) |
AStarCHEntry(int edge,
int incEdge,
int adjNode,
double heapWeight,
double weightOfVisitedPath) |
| Modifier and Type | Method and Description |
|---|---|
AStarCHEntry |
getParent() |
double |
getWeightOfVisitedPath()
This method returns the weight to the origin e.g.
|
public AStarCHEntry(int edge,
int incEdge,
int adjNode,
double heapWeight,
double weightOfVisitedPath)
public AStarCHEntry(int node,
double heapWeight,
double weightOfVisitedPath)
public AStarCHEntry getParent()
public double getWeightOfVisitedPath()
SPTEntrygetWeightOfVisitedPath in class SPTEntryCopyright © 2012–2020. All rights reserved.