com.asdf.plugins.pokergames.texasholdem.bots
Class SimplePFTable

java.lang.Object
  extended by com.asdf.plugins.pokergames.texasholdem.bots.SimplePFTable

public class SimplePFTable
extends java.lang.Object

Simple pre-flop chart to use comparing 2-card hands.

Author:
teemu

Constructor Summary
SimplePFTable()
           
 
Method Summary
static double calcValue(Card c1, Card c2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePFTable

public SimplePFTable()
Method Detail

calcValue

public static double calcValue(Card c1,
                               Card c2)