Uses of Package
org.ninm.games.cardgames

Packages that use org.ninm.games.cardgames
org.ninm.games.cardgames This package contains all the interfaces for a card game. 
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. 
 

Classes in org.ninm.games.cardgames used by org.ninm.games.cardgames
Bid
          an interface which all bid types must implement
Deck
          This interface must be implemented by the game.
Engine
          This interface should be implemented by a card game and should enforce the logic of the game
Player
          This interface defines a card player
Score
          This interface represents the currant score of any card game
Team
          This interface defines the functionality of a team participating in a card game
Trick
          This interface defines tricks that can be anounced by players
 

Classes in org.ninm.games.cardgames used by org.ninm.games.cardgames.belot
Bid
          an interface which all bid types must implement
CardGame
          The interface which all cardgames must implement in order that the GUI displays them uniformly
Deck
          This interface must be implemented by the game.
Engine
          This interface should be implemented by a card game and should enforce the logic of the game
Player
          This interface defines a card player
Score
          This interface represents the currant score of any card game
Team
          This interface defines the functionality of a team participating in a card game
Trick
          This interface defines tricks that can be anounced by players
 

Classes in org.ninm.games.cardgames used by org.ninm.games.cardgames.common
Bid
          an interface which all bid types must implement
Bonus
          Represents a bonus that either a team or player receives
Deck
          This interface must be implemented by the game.
Engine
          This interface should be implemented by a card game and should enforce the logic of the game
Player
          This interface defines a card player
Score
          This interface represents the currant score of any card game
Team
          This interface defines the functionality of a team participating in a card game
Trick
          This interface defines tricks that can be anounced by players
 


SourceForge.net Logo