Uses of Package
de.tabacha.cgo

Packages that use de.tabacha.cgo
de.tabacha.cgo The base classes for ConwayGo.  
de.tabacha.cgo.gui The classes for the graphical user interface.  
de.tabacha.cgo.strategy Contains the engines that play ConwayGo.  
de.tabacha.cgo.tournament Classes for playing tournaments and contests (for computer engines).  
 

Classes in de.tabacha.cgo used by de.tabacha.cgo
BackgroundGame
          A data model for a game of ConwayGo played in another Thread in the background.
Board
          A data model for (conway)go boards.
Constants
          Defines all the constants needed throughout this package.
Engine
          Implementing classes think about positions and try to find the best moves.
Field
          Just one field on the 19*19 board.
Game
          A data model for a game of ConwayGo.
GameEvent
          Holds information about a change in the game.
GameListener
          Classes that implement this listener are notified when something in the game has changed.
InvalidMoveException
          Indicates that a move returned by a routine is invalid.
Jump
          A move where the ball jumps.
Move
          One move a player makes in the game.
Put
          A move where a piece is put on the board.
 

Classes in de.tabacha.cgo used by de.tabacha.cgo.gui
AbstractEngine
          Basic implementation of Engine supports initialization and internationalization.
BackgroundGame
          A data model for a game of ConwayGo played in another Thread in the background.
Board
          A data model for (conway)go boards.
Constants
          Defines all the constants needed throughout this package.
Engine
          Implementing classes think about positions and try to find the best moves.
Field
          Just one field on the 19*19 board.
GameEvent
          Holds information about a change in the game.
GameListener
          Classes that implement this listener are notified when something in the game has changed.
Jump
          A move where the ball jumps.
Move
          One move a player makes in the game.
 

Classes in de.tabacha.cgo used by de.tabacha.cgo.strategy
AbstractEngine
          Basic implementation of Engine supports initialization and internationalization.
Board
          A data model for (conway)go boards.
Constants
          Defines all the constants needed throughout this package.
Engine
          Implementing classes think about positions and try to find the best moves.
Jump
          A move where the ball jumps.
Move
          One move a player makes in the game.
Put
          A move where a piece is put on the board.
 

Classes in de.tabacha.cgo used by de.tabacha.cgo.tournament
Board
          A data model for (conway)go boards.
Constants
          Defines all the constants needed throughout this package.
Engine
          Implementing classes think about positions and try to find the best moves.
Game
          A data model for a game of ConwayGo.
GameListener
          Classes that implement this listener are notified when something in the game has changed.
Move
          One move a player makes in the game.