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

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

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

Methods in inonit.domain.game.card.hearts.ai that return Hand
 Hand[] Game.getPreviousHands()
          Returns the previous Hands played in this Game.
 Hand Game.getCurrentHand()
          Returns the current Hand.
protected  Hand AbstractIntelligence.getHand()
          Returns a object representing the current Hand.