Uses of Class
org.ninm.games.cardgames.belot.BelotBid.DoublingFactor

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

Uses of BelotBid.DoublingFactor in org.ninm.games.cardgames.belot
 

Fields in org.ninm.games.cardgames.belot declared as BelotBid.DoublingFactor
private  BelotBid.DoublingFactor BelotBid.m_doublingFactor
           
static BelotBid.DoublingFactor BelotBid.DoublingFactor.NO_DOUBLING
           
static BelotBid.DoublingFactor BelotBid.DoublingFactor.DOUBLED
           
static BelotBid.DoublingFactor BelotBid.DoublingFactor.REDOUBLED
           
 

Methods in org.ninm.games.cardgames.belot that return BelotBid.DoublingFactor
 BelotBid.DoublingFactor BelotBid.getDoublingFactor()
          Returns the doublingFactor.
 

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


SourceForge.net Logo