|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| Bid | an interface which all bid types must implement |
| Bonus | Represents a bonus that either a team or player receives |
| CardGame | The interface which all cardgames must implement in order that the GUI displays them uniformly |
| Deck | This interface must be implemented by the game. |
| Engine | This interface should be implemented by a card game and should enforce the logic of the game |
| Player | This interface defines a card player |
| Score | This interface represents the currant score of any card game |
| Team | This interface defines the functionality of a team participating in a card game |
| Trick | This interface defines tricks that can be anounced by players |
This package contains all the interfaces for a card game. This is used as an abstraction between the GUI and the low level implementation of a particular card game.
|
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||