Uses of Class
game.gamestorage.texas.db.estimation.GetterDBProjector

Packages that use GetterDBProjector
bot.module.th.estimation   
 

Uses of GetterDBProjector in bot.module.th.estimation
 

Fields in bot.module.th.estimation declared as GetterDBProjector
private  GetterDBProjector PreFlopShc.gDBP
           
private  GetterDBProjector Opponent.gDBP
           
 

Methods in bot.module.th.estimation with parameters of type GetterDBProjector
 void Flop.fetchData(GetterDBProjector gDBP, int playerId, int competitionId, int lastEvaledHandId)
           
 void PreFlopShc.fetchData(GetterDBProjector gDBP, int playerId, int competitionId, int lastEvaledHandId)
           
 void PreFlop.fetchData(GetterDBProjector gDBP, int playerId, int competitionId, int lastEvaledHandId)
           
 void IF_EstimationAtRound.fetchData(GetterDBProjector gDBP, int playerId, int competitionId, int lastEvaledHandId)
          init estimation at specific round
 void River.fetchData(GetterDBProjector gDBP, int playerId, int competitionId, int lastEvaledHandId)
           
 void Turn.fetchData(GetterDBProjector gDBP, int playerId, int competitionId, int lastEvaledHandId)