Uses of Class
org.moyoman.comm.client.Player

Packages that use Player
org.moyoman.client.cli   
org.moyoman.client.reference Provides classes for a reference implementation of a Moyoman client GUI application. 
org.moyoman.comm.client Provides classes for the client to make requests and receive responses. 
 

Uses of Player in org.moyoman.client.cli
 

Subclasses of Player in org.moyoman.client.cli
 class CliPlayer
           
 

Uses of Player in org.moyoman.client.reference
 

Subclasses of Player in org.moyoman.client.reference
 class InteractiveComputerPlayer
          Provides an implementation of ValidatedPlayer to allow both mouse input and computer play.
 class MousePlayer
          Provides an implementation of NonvalidatedPlayer to allow mouse input.
 

Uses of Player in org.moyoman.comm.client
 

Subclasses of Player in org.moyoman.comm.client
 class MoyomanPlayer
          The MoyomanPlayer is a Player class which uses the Moyoman server to play.
 class NonvalidatedPlayer
          Any class which extends this class can be used as one of the players in a game of Go.
 class ValidatedPlayer
          Any class which extends this abstract class can be used as one of the players in a game of Go.