|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use inonit.domain.game.card | |
inonit.domain.game.card | A set of classes representing constructs commonly used in card games. |
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. |
Classes in inonit.domain.game.card used by inonit.domain.game.cardCard
|
A playing card, with a Rank and a Suit .CardArray
|
An ordered collection of Card objects, which can be manipulated in various ways.Rank
|
A number or value of a particular Card .Rank.Order
|
A logical ordering for Rank s; can be used to sort arrays of Card s and CardArray objects
via the Sort.Order s returned by getAscendingOrder and
getDescendingOrder , in conjunction with
CardArray's sort method.Sort.Action
|
An action to be taken as the result of comparing two objects during a sort. Sort.Order
|
A logical ordering for a set of objects. Suit
|
A suit of playing cards; Card s have a particular Suit . |
Classes in inonit.domain.game.card used by inonit.domain.game.card.heartsCard
|
A playing card, with a Rank and a Suit .CardArray
|
An ordered collection of Card objects, which can be manipulated in various ways.Rank
|
A number or value of a particular Card .Rank.Order
|
A logical ordering for Rank s; can be used to sort arrays of Card s and CardArray objects
via the Sort.Order s returned by getAscendingOrder and
getDescendingOrder , in conjunction with
CardArray's sort method.Suit
|
A suit of playing cards; Card s have a particular Suit . |
Classes in inonit.domain.game.card used by inonit.domain.game.card.hearts.aiCard
|
A playing card, with a Rank and a Suit .CardArray
|
An ordered collection of Card objects, which can be manipulated in various ways.Rank
|
A number or value of a particular Card . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |