Uses of Package
ai.alphabeta

Packages that use ai.alphabeta
ai.alphabeta   
othello.board   
 

Classes in ai.alphabeta used by ai.alphabeta
GameInterface
          The GameInterface contains common parameters, which are used by many classes.
NodeModel
          The NodeModel is used by the AlphaBeta.
 

Classes in ai.alphabeta used by othello.board
Move
          The Move class represents a move.
NodeModel
          The NodeModel is used by the AlphaBeta.