Uses of Class
inonit.domain.game.card.hearts.ai.Game

Packages that use Game
inonit.domain.game.card.hearts.ai An abstract Intelligence implementation and associated classes which represent current Game state. 
 

Uses of Game in inonit.domain.game.card.hearts.ai
 

Methods in inonit.domain.game.card.hearts.ai that return Game
protected  Game AbstractIntelligence.getGame()
          Returns an object representing the current Game.
 

Methods in inonit.domain.game.card.hearts.ai with parameters of type Game
protected  void AbstractIntelligence.gameEndedEvent(Game game)
          The default implementation of this method does nothing.