|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAlphaNode | |
|---|---|
| com.ebmwebsourcing.geasytools.geasygraph.api.alphastar | |
| com.ebmwebsourcing.geasytools.geasygraph.impl.alphastar | |
| Uses of IAlphaNode in com.ebmwebsourcing.geasytools.geasygraph.api.alphastar |
|---|
| Methods in com.ebmwebsourcing.geasytools.geasygraph.api.alphastar that return IAlphaNode | |
|---|---|
IAlphaNode |
IAlphaStarPathFinder.getLowestCostNode()
Gets lowest cost node in open list |
IAlphaNode |
IAlphaNode.getParentNode()
|
| Methods in com.ebmwebsourcing.geasytools.geasygraph.api.alphastar that return types with arguments of type IAlphaNode | |
|---|---|
java.util.LinkedHashSet<IAlphaNode> |
IAlphaStarPathFinder.getClosedList()
|
java.util.LinkedHashSet<IAlphaNode> |
IAlphaStarPathFinder.getOpenList()
|
| Methods in com.ebmwebsourcing.geasytools.geasygraph.api.alphastar with parameters of type IAlphaNode | |
|---|---|
void |
IAlphaStarPathFinder.addNodeToClosedList(IAlphaNode node)
|
void |
IAlphaStarPathFinder.addNodeToOpenseList(IAlphaNode node)
|
void |
IAlphaNode.setParentNode(IAlphaNode node)
|
| Uses of IAlphaNode in com.ebmwebsourcing.geasytools.geasygraph.impl.alphastar |
|---|
| Classes in com.ebmwebsourcing.geasytools.geasygraph.impl.alphastar that implement IAlphaNode | |
|---|---|
class |
AlphaNode
|
| Methods in com.ebmwebsourcing.geasytools.geasygraph.impl.alphastar that return IAlphaNode | |
|---|---|
IAlphaNode |
AlphaStarPathFinder.getLowestCostNode()
Gets lowest cost node in open list |
IAlphaNode |
AlphaNode.getParentNode()
|
| Methods in com.ebmwebsourcing.geasytools.geasygraph.impl.alphastar that return types with arguments of type IAlphaNode | |
|---|---|
java.util.LinkedHashSet<IAlphaNode> |
AlphaStarPathFinder.getClosedList()
|
java.util.LinkedHashSet<IAlphaNode> |
AlphaStarPathFinder.getOpenList()
|
| Methods in com.ebmwebsourcing.geasytools.geasygraph.impl.alphastar with parameters of type IAlphaNode | |
|---|---|
void |
AlphaStarPathFinder.addNodeToClosedList(IAlphaNode node)
|
void |
AlphaStarPathFinder.addNodeToOpenseList(IAlphaNode node)
|
double |
AlphaStarPathFinder.getGCost(IAlphaNode node1,
IAlphaNode node2)
|
double |
AlphaStarPathFinder.getHCost(IAlphaNode node)
Manhattan (only orthogonal movements) distance between a node and the target destination |
void |
AlphaNode.setParentNode(IAlphaNode node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||