bot.module.th.dummy
Class Dummy_ProtectionHolecards

java.lang.Object
  extended by bot.module.th.dummy.Dummy_ProtectionHolecards
All Implemented Interfaces:
IF_GetProposal, IF_Dummy_ProtectionHolecards

public class Dummy_ProtectionHolecards
extends java.lang.Object
implements IF_Dummy_ProtectionHolecards

Dummy Class

Author:
Witthold/Korol

Constructor Summary
Dummy_ProtectionHolecards()
          Dummy Constructor
 
Method Summary
 int[] getProposal(int potsize, int[] roundBets, Estimation estimation)
          Dummy implementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dummy_ProtectionHolecards

public Dummy_ProtectionHolecards()
Dummy Constructor

Method Detail

getProposal

public int[] getProposal(int potsize,
                         int[] roundBets,
                         Estimation estimation)
Description copied from interface: IF_Dummy_ProtectionHolecards
Dummy implementation

Specified by:
getProposal in interface IF_Dummy_ProtectionHolecards
Parameters:
potsize - -
roundBets - -
estimation - -
Returns:
action - may be:
-1 (flop)
0 (check/call)
x (some value)