Uses of Class
org.ninm.games.cardgames.common.Suit

Packages that use Suit
org.ninm.games.cardgames.belot This package contains the implementation of the Belot card game 
org.ninm.games.cardgames.common Common classes and utilties used by card games. 
 

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

Fields in org.ninm.games.cardgames.belot declared as Suit
private  Suit SpecificTrumpState.m_trumpSuit
           
private  Suit BelotTrick.m_suit
           
 

Methods in org.ninm.games.cardgames.belot that return Suit
private  Suit BelotTrick.calculateSuit()
           
 Suit BelotGame.getSuit()
          returns the trump suit for this game.
 

Uses of Suit in org.ninm.games.cardgames.common
 

Fields in org.ninm.games.cardgames.common declared as Suit
static Suit Suit.HEARTS
           
static Suit Suit.DIAMONDS
           
static Suit Suit.SPADES
           
static Suit Suit.CLUBS
           
protected  Suit Card.m_suit
          the suit of this card
 

Methods in org.ninm.games.cardgames.common that return Suit
static Suit[] Suit.toArray()
           
 Suit Card.getSuit()
          returns the suit of this card
 

Methods in org.ninm.games.cardgames.common with parameters of type Suit
 java.util.Set DefaultPlayer.getCardsFrom(Suit suit)
          retuns all the cards from the specified suit
static java.util.Set CardUtils.getCardsFrom(Suit suit, java.util.Set cards)
          returns all the cards of the given suit
 

Constructors in org.ninm.games.cardgames.common with parameters of type Suit
DefaultDeck(Face[] faces, Suit[] suits, java.lang.Object[] deckIDs, int numberOfJokersPerDeck)
           
Card(Face face, Suit suit)
          creates a new card with a null ID
Card(Face face, Suit suit, java.lang.Object deckID)
          creates a new card with a specified ID
 


SourceForge.net Logo