Package | Description |
---|---|
cz.cuni.amis.utils.astar |
Modifier and Type | Field and Description |
---|---|
Test04_AStar.MazeNode[][] |
Test04_AStar.Maze.nodes |
Modifier and Type | Field and Description |
---|---|
List<Test04_AStar.MazeNode> |
Test04_AStar.MazeNode.neighs |
Modifier and Type | Method and Description |
---|---|
Collection<Test04_AStar.MazeNode> |
Test04_AStar.Maze.getNodeNeighbours(Test04_AStar.MazeNode node) |
Modifier and Type | Method and Description |
---|---|
int |
Test04_AStar.Maze.getEdgeCost(Test04_AStar.MazeNode nodeFrom,
Test04_AStar.MazeNode nodeTo) |
int |
Test04_AStar.MazeHeuristic.getEstimatedDistanceToGoal(Test04_AStar.MazeNode node) |
int |
Test04_AStar.Maze.getNodeCost(Test04_AStar.MazeNode node) |
Collection<Test04_AStar.MazeNode> |
Test04_AStar.Maze.getNodeNeighbours(Test04_AStar.MazeNode node) |
Modifier and Type | Method and Description |
---|---|
void |
Test04_AStar.Maze.output(AStarResult<Test04_AStar.MazeNode> result,
int number) |
Constructor and Description |
---|
Test04_AStar.MazeHeuristic(Test04_AStar.MazeNode goal) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.