com.ebmwebsourcing.geasytools.geasygraph.api.alphastar
Interface IAlphaStarPathFinder
- All Superinterfaces:
- IPathFinder
- All Known Implementing Classes:
- AlphaStarPathFinder
public interface IAlphaStarPathFinder
- extends IPathFinder
addNodeToClosedList
void addNodeToClosedList(IAlphaNode node)
addNodeToOpenseList
void addNodeToOpenseList(IAlphaNode node)
getOpenList
java.util.LinkedHashSet<IAlphaNode> getOpenList()
getClosedList
java.util.LinkedHashSet<IAlphaNode> getClosedList()
getLowestCostNode
IAlphaNode getLowestCostNode()
- Gets lowest cost node in open list
Copyright © 2010-2011 Petals Link. All Rights Reserved.