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

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

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

Methods in inonit.domain.game.card.hearts.ai that return Rules
 Rules Game.getRules()
          Returns an object representing the rules of this game.
protected  Rules AbstractIntelligence.getRules()
          Returns an object representing the rules of the current game.