cz.cuni.amis.utils.astar
Class Test04_AStar.MazeNode

Package class diagram package Test04_AStar.MazeNode
java.lang.Object
  extended by cz.cuni.amis.utils.astar.Test04_AStar.MazeNode
Enclosing class:
Test04_AStar

public static class Test04_AStar.MazeNode
extends Object


Field Summary
 List<Test04_AStar.MazeNode> neighs
           
 int x
           
 int y
           
 
Constructor Summary
Test04_AStar.MazeNode(int x, int y)
           
 
Method Summary
 boolean isFree()
           
 boolean isWall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

neighs

public List<Test04_AStar.MazeNode> neighs
Constructor Detail

Test04_AStar.MazeNode

public Test04_AStar.MazeNode(int x,
                             int y)
Method Detail

isFree

public boolean isFree()

isWall

public boolean isWall()


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.