cmsc433.p3
Class Test

java.lang.Object
  extended by cmsc433.p3.Test

public class Test
extends java.lang.Object

The Test class is for testing the grid solver. It will take as arguments a grid, a dictionary, and time limit, and compute a solution to that grid that is compatible with the given dictionary, within the given time limit.


Constructor Summary
Test(Dictionary dict, Grid board)
           
 
Method Summary
 void displayGui(Dictionary dict, Grid board)
           
static java.awt.Color intToColor(int id)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test(Dictionary dict,
            Grid board)
Method Detail

main

public static void main(java.lang.String[] args)

displayGui

public void displayGui(Dictionary dict,
                       Grid board)

intToColor

public static java.awt.Color intToColor(int id)