|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsjrd.tricktakinggame.rules.whist.WhistProvider
public class WhistProvider
Fournisseur de règles de Whist
| Constructor Summary | |
|---|---|
WhistProvider()
|
|
| Method Summary | |
|---|---|
String |
getID()
ID de ce fournisseur de règles |
int |
getMaxPlayerCount()
Nombre maximum de joueurs |
int |
getMinPlayerCount()
Nombre minimum de joueurs |
String |
getName()
Nom du jeu |
Rules |
newRules(int playerCount)
Crée un objet règles pour un nombre donné de joueurs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WhistProvider()
| Method Detail |
|---|
public String getID()
getID in interface RulesProviderpublic String getName()
getName in interface RulesProviderpublic int getMinPlayerCount()
getMinPlayerCount in interface RulesProviderpublic int getMaxPlayerCount()
getMaxPlayerCount in interface RulesProviderpublic Rules newRules(int playerCount)
newRules in interface RulesProviderplayerCount - Nombre de joueurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||