Uses of Interface
bot.module.th.estimation.IF_EstimationAtRound

Packages that use IF_EstimationAtRound
bot.module.th.estimation   
 

Uses of IF_EstimationAtRound in bot.module.th.estimation
 

Classes in bot.module.th.estimation that implement IF_EstimationAtRound
 class Flop
          This class estimates the opponent at Flop
- NOT IMPLEMENTED YET
 class PreFlop
          This class estimates the opponent at PreFlop
- NOT IMPLEMENTED YET
 class PreFlopShc
          This class estimates the opponents first action of a hand by comparing to a startinghandchart
 class River
          This class estimates the opponent at River
- NOT IMPLEMENTED YET
 class Turn
          This class estimates the opponent at Turn
- NOT IMPLEMENTED YET
 

Fields in bot.module.th.estimation declared as IF_EstimationAtRound
private  IF_EstimationAtRound[] Opponent.estimationAtRounds
           
 

Methods in bot.module.th.estimation that return IF_EstimationAtRound
 IF_EstimationAtRound[] Opponent.getEstimationAtRounds()