|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgame.gamestorage.texas.SetGameStorage_TH
public class SetGameStorage_TH
| Field Summary | |
|---|---|
(package private) java.lang.String |
botName
|
(package private) SetterDBProjector |
sp
|
| Constructor Summary | |
|---|---|
SetGameStorage_TH(java.lang.String botName)
|
|
| Method Summary | |
|---|---|
boolean |
connectionSuccess()
|
void |
setEndCompetition(int[] ranking)
Store information of the ending competition (placement of players, ...). |
void |
setEndHand(int finalpot,
int[] cashDelta,
Card[][] holeCards)
Store information of the ending hand (winner, revealed holeCards, ...). |
void |
setEndRound(long timestamp,
java.util.ArrayList<Action> betHistory,
Card[] revealedBoardCards)
Store information of the ending round. |
int |
setGetGamedef(int limited,
int minBet,
int maxBet,
int numPlayers,
int style,
int buyin)
gamedef_id is parameter of Estimation constructor - need to estimate opponents by completed competitions - called after instanciating History and before instanciating Estimation |
void |
setHand(int[] position,
int sb,
int bb,
int ante,
int[] cashInit,
Card[] holeCards)
Store information of the started hand. |
void |
setStartCompetition(java.lang.String[] players,
int[] cash_init)
Store information about the competion (gamedef, player names, ...). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.String botName
SetterDBProjector sp
| Constructor Detail |
|---|
public SetGameStorage_TH(java.lang.String botName)
| Method Detail |
|---|
public int setGetGamedef(int limited,
int minBet,
int maxBet,
int numPlayers,
int style,
int buyin)
IF_SetGameStorage
setGetGamedef in interface IF_SetGameStorage
public void setStartCompetition(java.lang.String[] players,
int[] cash_init)
IF_SetGameStorage
setStartCompetition in interface IF_SetGameStorage
public void setHand(int[] position,
int sb,
int bb,
int ante,
int[] cashInit,
Card[] holeCards)
IF_SetGameStorage_TH
setHand in interface IF_SetGameStorage_TH
public void setEndRound(long timestamp,
java.util.ArrayList<Action> betHistory,
Card[] revealedBoardCards)
IF_SetGameStorage_TH
setEndRound in interface IF_SetGameStorage_TH
public void setEndHand(int finalpot,
int[] cashDelta,
Card[][] holeCards)
IF_SetGameStorage_TH
setEndHand in interface IF_SetGameStorage_THpublic void setEndCompetition(int[] ranking)
IF_SetGameStorage
setEndCompetition in interface IF_SetGameStoragepublic boolean connectionSuccess()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||