public static class AStar.AStarEntry extends SPTEntry
Constructor and Description |
---|
AStarEntry(int edgeId,
int adjNode,
double weightForHeap,
double weightOfVisitedPath) |
Modifier and Type | Method and Description |
---|---|
AStar.AStarEntry |
getParent() |
double |
getWeightOfVisitedPath()
This method returns the weight to the origin e.g.
|
public AStarEntry(int edgeId, int adjNode, double weightForHeap, double weightOfVisitedPath)
public final double getWeightOfVisitedPath()
SPTEntry
getWeightOfVisitedPath
in class SPTEntry
public AStar.AStarEntry getParent()
Copyright © 2012–2020. All rights reserved.