Uses of Class
org.ninm.games.cardgames.belot.StateAdapter

Packages that use StateAdapter
org.ninm.games.cardgames.belot This package contains the implementation of the Belot card game 
 

Uses of StateAdapter in org.ninm.games.cardgames.belot
 

Subclasses of StateAdapter in org.ninm.games.cardgames.belot
 class AllTrumpsState
          This state represents the logic of the "All Trumps" game
 class BiddingState
          This class represents the state the game is in when the players are bidding for a game
 class DealingState
          This is the state the game is in when the bidding is complete and the game is about to go into the playing state
 class NoTrumpsState
          This state represents the logic of the "No Trumps" game
 class PlayingState
          The superclass of all the playing states which holds most of the common functionality
 class SpecificTrumpState
          This state represents the logic of a "Specific Trumps" game e.g.
 class StartState
          Represents the initial dealing state.
 


SourceForge.net Logo