|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IF_SetGameStorage
This abstract interface specifies all game independent methods - no matter, if Texas Holdem, Omaha...
Method Summary | |
---|---|
void |
setEndCompetition(int[] ranking)
stores the ranking of the finished competition |
int |
setGetGamedef(int limited,
int minBet,
int maxBet,
int numPlayers,
int style,
int buyin)
sets parameters of current challenge - the gamedef gamedef_id is parameter of Estimation constructor - needed to estimate opponents by completed competitions - called after instanciating History and before instanciating Estimation |
void |
setStartCompetition(java.lang.String[] players,
int[] cashInit)
stores playernames and there cash when starting competion |
Method Detail |
---|
int setGetGamedef(int limited, int minBet, int maxBet, int numPlayers, int style, int buyin)
limited
- - limited:1; pot-limit:0; no-limit: -1minBet
- - only int possiblemaxBet
- - only int possiblenumPlayers
- - amount of participating playersstyle
- - cashgame:1; tournament:2; doyle:3;buyin
- - only int possible
void setStartCompetition(java.lang.String[] players, int[] cashInit)
players
- - all participants as String[] playernamescashInit
- - starting credits of every playervoid setEndCompetition(int[] ranking)
ranking
- of all participants
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |