cz.cuni.amis.utils.astar
Class Test04_AStar

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

public class Test04_AStar
extends Object


Nested Class Summary
static class Test04_AStar.Maze
           
 class Test04_AStar.MazeHeuristic
           
static class Test04_AStar.MazeNode
           
 
Constructor Summary
Test04_AStar()
           
 
Method Summary
static void before()
           
 void test1()
           
 void test2()
           
 void test3()
           
 void test4Same()
           
 void test5PositiveRandom()
           
 void test6NegativeRandom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test04_AStar

public Test04_AStar()
Method Detail

before

public static void before()

test1

public void test1()

test2

public void test2()

test3

public void test3()

test4Same

public void test4Same()

test5PositiveRandom

public void test5PositiveRandom()

test6NegativeRandom

public void test6NegativeRandom()


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