public interface IStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
drawCard(Card[] cards,
Card dealercard)
Decide if to draw another card.
|
java.lang.String |
getName()
Get the strategy name.
|
int |
makeBet(int account)
Calculate how much to bet, given the account value.
|