|
||||||||||
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 RulesProvider
public String getName()
getName
in interface RulesProvider
public int getMinPlayerCount()
getMinPlayerCount
in interface RulesProvider
public int getMaxPlayerCount()
getMaxPlayerCount
in interface RulesProvider
public Rules newRules(int playerCount)
newRules
in interface RulesProvider
playerCount
- Nombre de joueurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |