Uses of Interface
bot.module.IF_GetEstimation

Packages that use IF_GetEstimation
bot   
bot.module.th.estimation   
 

Uses of IF_GetEstimation in bot
 

Fields in bot with type parameters of type IF_GetEstimation
protected  java.util.List<IF_GetEstimation> Bot.estimations
           
 

Uses of IF_GetEstimation in bot.module.th.estimation
 

Subinterfaces of IF_GetEstimation in bot.module.th.estimation
 interface IF_Estimation
          Interface of module estimation
It is able to:
- get historical information of the player
- get current information of the player
- estimates the opponent by a particular style
- offers the estimation via a Map
This module is one of many possible implementations of how to estimate an opponent.
 

Classes in bot.module.th.estimation that implement IF_GetEstimation
 class Estimation
          This class initializes the estimation of x opponents for a given amount of competitions
It holds the estimation data in the Map opponentsEstimations
- BY NOW ONLY THE ESTIMATION OF THE SPECIAL ROUND "PREFLOPSHC" IS EXEMPLARILY IMPLEMENTED -