Class AStarIterator.AStarNode
Object
AStarNode
- Enclosing class:
- AStarIterator
Internal data structure used to track node costs, and parent nodes.
- Author:
- German E. Trouillet, Francisco G. Malbrán. Universidad Nacional de Córdoba (UNC)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AStarNode
-
-
Method Details
-
isClosed
public boolean isClosed() -
close
public void close() -
getG
public double getG() -
getH
public double getH() -
getF
public double getF() -
getParent
-
getNode
-
setG
public void setG(double value) -
setH
public void setH(double value) -
setNode
-
setParent
-