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()
SPTEntry
getWeightOfVisitedPath
in class SPTEntry
Copyright © 2012–2019. All rights reserved.