Uses of Interface
inonit.domain.game.card.hearts.Intelligence.Game

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

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

Methods in inonit.domain.game.card.hearts with parameters of type Intelligence.Game
 void Intelligence.gameStarting(Intelligence.Game game)
          Informs this Intelligence that a game is starting, and provides a Game object representing the current game.
 

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

Methods in inonit.domain.game.card.hearts.ai that return Intelligence.Game
 Intelligence.Game Game.getConfiguration()
          Returns the Intelligence.Game object associated with this Game.
 

Methods in inonit.domain.game.card.hearts.ai with parameters of type Intelligence.Game
 void AbstractIntelligence.gameStarting(Intelligence.Game game)
          Creates a Game object which is associated with the game argument, and then invokes gameStartingEvent.
protected  void AbstractIntelligence.gameStartingEvent(Intelligence.Game configuration)
          The default implementation of this method does nothing.