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

Packages that use Engine
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 Engine in org.ninm.games.cardgames
 

Methods in org.ninm.games.cardgames that return Engine
 Engine CardGame.getEngine()
          returns the game engine that controls the logic of the game
 

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

Classes in org.ninm.games.cardgames.belot that implement Engine
 class BelotEngine
          This class holds the logic of the belot game
 

Methods in org.ninm.games.cardgames.belot that return Engine
 Engine Belot.getEngine()
           
 

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

Classes in org.ninm.games.cardgames.common that implement Engine
 class AbstractEngine
          This class provides a skeletal implementation of the card game engine which most card games should subclass.
 


SourceForge.net Logo