public static class Test04_AStar.MazeNode extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Test04_AStar.MazeNode> |
neighs |
int |
x |
int |
y |
| Constructor and Description |
|---|
Test04_AStar.MazeNode(int x,
int y) |
public int x
public int y
public List<Test04_AStar.MazeNode> neighs
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.