|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object blackjackanalyst.strategy.BasicStrategyPlayer blackjackanalyst.strategy.TrueCountBetPlayer blackjackanalyst.strategy.ModifiedBasicStrategyPlayer
public class ModifiedBasicStrategyPlayer
A player that abides by the principles of TrueCountBetPlayer
.
Additionally, this player uses the true count (TC) to modify his basic
strategy according to the chart found at
http://www.blackjack-student.co.uk/guide/mbs-3.asp.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface blackjackanalyst.PlayerStrategy |
---|
PlayerStrategy.PlayerStrategyAction |
Constructor Summary | |
---|---|
ModifiedBasicStrategyPlayer()
|
Method Summary | |
---|---|
PlayerStrategy.PlayerStrategyAction |
getAction(PlayerHand player_hand,
Card dealer_card)
Returns the proper action, given the current hand. |
Methods inherited from class blackjackanalyst.strategy.TrueCountBetPlayer |
---|
cardDealt, getBet, getInsuranceBet, shoeShuffled |
Methods inherited from class blackjackanalyst.strategy.BasicStrategyPlayer |
---|
joinedTable, leftTable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModifiedBasicStrategyPlayer()
Method Detail |
---|
public PlayerStrategy.PlayerStrategyAction getAction(PlayerHand player_hand, Card dealer_card)
PlayerStrategy
null
, the caller determines what action is taken.
getAction
in interface PlayerStrategy
getAction
in class BasicStrategyPlayer
player_hand
- the hand of cards belonging to the playerdealer_card
- the card shown by the dealer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |