Uses of Interface
org.ninm.games.cardgames.Score

Packages that use Score
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. 
 

Uses of Score in org.ninm.games.cardgames
 

Methods in org.ninm.games.cardgames that return Score
 Score CardGame.getScore()
          gets the game score for this particular card game
 

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

Methods in org.ninm.games.cardgames.belot that return Score
 Score Belot.getScore()
           
 

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

Classes in org.ninm.games.cardgames.common that implement Score
 class DefaultScore
          The default implementation of the score interface
 


SourceForge.net Logo