|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbot.module.th.shc.StartingHandChart
bot.module.th.shc.TableBSS
public class TableBSS
BSS startinghandchart predefined table - defensiv for less than 10 players table from: http://de.pokerstrategy.com/strategy/bss/1535/1
Field Summary | |
---|---|
private static int |
numCalls
table offers 0-1 Calls |
private static int |
numPosition
table wants the 5 standard position classes 0-4 |
private static int |
numRaises
table offers 0-1 Raises |
Fields inherited from class bot.module.th.shc.StartingHandChart |
---|
rank, suite, table |
Constructor Summary | |
---|---|
TableBSS()
Constructor calls super of StartingHandChart |
Method Summary | |
---|---|
private void |
createTable()
fills the table array |
private void |
handleAces()
fills proposal of aces into the table array |
private void |
handleFaceCards()
fills proposal of facecards into the table array |
private void |
handlePairs()
fills proposal of pairs into the table array |
private void |
handleSuitedConnectors()
fills proposal of suited connectors into the table array |
Methods inherited from class bot.module.th.shc.StartingHandChart |
---|
getProposal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final int numPosition
private static final int numCalls
private static final int numRaises
Constructor Detail |
---|
public TableBSS()
Method Detail |
---|
private void createTable()
private void handlePairs()
private void handleAces()
private void handleFaceCards()
private void handleSuitedConnectors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |