Package com.poker.analyst.strategy.temp

Examples of com.poker.analyst.strategy.temp.ActionBeforePlay



  public AnalystResult getReaction(DataForStrategy dfs){   
   
    if (dfs.getCurrentRound() == Rounds.PREFLOP){
      ActionBeforePlay abp = getPreparedAction(dfs);
      if (abp == ActionBeforePlay.ABP_CLOSEWINDOW){
        return new AnalystResult(UIReaction.UIR_CLOSE_WINDOW, "");
      }
    }
     
View Full Code Here

TOP

Related Classes of com.poker.analyst.strategy.temp.ActionBeforePlay

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.