public class Test
extends java.lang.Object
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 and Description |
|---|
Test(Dictionary dict,
Grid board) |
| Modifier and Type | Method and Description |
|---|---|
void |
displayGui(Dictionary dict,
Grid board) |
static java.awt.Color |
intToColor(int id) |
static void |
main(java.lang.String[] args) |
public Test(Dictionary dict, Grid board)
public static void main(java.lang.String[] args)
public void displayGui(Dictionary dict, Grid board)
public static java.awt.Color intToColor(int id)