Uses of Package
glassfrog.players

Packages that use glassfrog.players
glassfrog.model   
glassfrog.players   
glassfrog.server   
 

Classes in glassfrog.players used by glassfrog.model
Player
          The Player class represents the players in the game.
 

Classes in glassfrog.players used by glassfrog.players
Player
          The Player class represents the players in the game.
RandomPlayer
          An Abstract class used to define some specific properties about Random Players such as thier RNG and thier fold call and raise weights.
SocketPlayer
          The SocketPlayer class allows for players to connect to the game via socket.
 

Classes in glassfrog.players used by glassfrog.server
Player
          The Player class represents the players in the game.