|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DealerStrategy.DealerStrategyAction | |
|---|---|
| blackjackanalyst | |
| blackjackanalyst.strategy | |
| Uses of DealerStrategy.DealerStrategyAction in blackjackanalyst |
|---|
| Methods in blackjackanalyst that return DealerStrategy.DealerStrategyAction | |
|---|---|
DealerStrategy.DealerStrategyAction |
DealerStrategy.getAction(Hand dealer_hand)
Returns the proper action, given the current hand. |
static DealerStrategy.DealerStrategyAction |
DealerStrategy.DealerStrategyAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DealerStrategy.DealerStrategyAction[] |
DealerStrategy.DealerStrategyAction.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of DealerStrategy.DealerStrategyAction in blackjackanalyst.strategy |
|---|
| Methods in blackjackanalyst.strategy that return DealerStrategy.DealerStrategyAction | |
|---|---|
DealerStrategy.DealerStrategyAction |
DefaultDealer.getAction(Hand dealer_hand)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||