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 |
|---|---|
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()
SPTEntrygetWeightOfVisitedPath in class SPTEntryCopyright © 2012–2018. All rights reserved.