|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.ualberta.cs.poker.free.dynamics.MatchStateMessage
public class MatchStateMessage
Field Summary | |
---|---|
java.lang.String |
bettingSequence
|
java.lang.String |
board
Contains all of the cards on the board. |
java.lang.String |
flop
Contains the flop cards. |
int |
handNumber
The hand number, from 0-999. |
java.lang.String[] |
hole
Contains the hole cards, indexed by seat. |
java.lang.String |
river
Contains the river card. |
int |
seatTaken
The seat taken by the player who receives the message. |
java.lang.String |
turn
Contains the turn card. |
Constructor Summary | |
---|---|
MatchStateMessage(java.lang.String message)
|
Method Summary | |
---|---|
boolean |
endOfStage()
Tests if this is the end of a stage. |
int |
getLastAction()
|
void |
setCards(java.lang.String cardSequence)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int seatTaken
public int handNumber
public java.lang.String[] hole
public java.lang.String flop
public java.lang.String turn
public java.lang.String river
public java.lang.String board
public java.lang.String bettingSequence
Constructor Detail |
---|
public MatchStateMessage(java.lang.String message)
Method Detail |
---|
public boolean endOfStage()
public int getLastAction()
public void setCards(java.lang.String cardSequence)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |