othello.ia
Class Tree

java.lang.Object
  extended by othello.ia.Tree

public class Tree
extends java.lang.Object


Field Summary
private  Node root
           
 
Constructor Summary
Tree(int depth)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

private Node root
Constructor Detail

Tree

public Tree(int depth)