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

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

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

Fields in org.ninm.games.cardgames.belot declared as BelotGame
static BelotGame BelotGame.ALL_TRUMPS
           
static BelotGame BelotGame.NO_TRUMPS
           
static BelotGame BelotGame.SPADES
           
static BelotGame BelotGame.HEARTS
           
static BelotGame BelotGame.DIAMONDS
           
static BelotGame BelotGame.CLUBS
           
static BelotGame BelotGame.PASS
           
private  BelotGame BelotBid.m_belotGame
           
 

Methods in org.ninm.games.cardgames.belot that return BelotGame
 BelotGame BelotBid.getBelotGame()
          Returns the belotGame.
 

Constructors in org.ninm.games.cardgames.belot with parameters of type BelotGame
BelotBid(BelotBid.DoublingFactor doublingFactor, BelotGame belotGame)
          Constructor for BelotBid.
 


SourceForge.net Logo