Interface IStrategy
-
- All Known Implementing Classes:
AbstractStrategy,ConstantStrategy,StochasticTable
public interface IStrategyInterface for a player strategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandrawCard(Card[] cards, Card dealercard)Decide if to draw another card.java.lang.StringgetName()Get the strategy name.intmakeBet(int account)Calculate how much to bet, given the account value.
-