|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface which all cardgames must implement in order that the GUI displays them uniformly
Method Summary | |
Deck |
getDeck()
returns the deck used to play this game |
Engine |
getEngine()
returns the game engine that controls the logic of the game |
java.util.List |
getPlayers()
returns a list of players participating in this game |
Score |
getScore()
gets the game score for this particular card game |
void |
start()
starts the card game |
Method Detail |
public Score getScore()
public Engine getEngine()
public java.util.List getPlayers()
public Deck getDeck()
public void start()
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |