com.openholdem.engine
Class PokerEngine

java.lang.Object
  extended by com.openholdem.engine.PokerEngine

public class PokerEngine
extends java.lang.Object

Version:
$Revision: 1.4 $

A Poker Engine is a rule engine that evalutes Hands.

Author:
mattmann

Constructor Summary
PokerEngine(java.net.URL rs)
           Constructs a new poker engine with the rule set specified in rs.
 
Method Summary
 java.lang.String getHandString(Hand h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PokerEngine

public PokerEngine(java.net.URL rs)
            throws PokerException

Constructs a new poker engine with the rule set specified in rs.

Parameters:
rs - a URL pointing to the rule set xml file.
Throws:
PokerException
Method Detail

getHandString

public java.lang.String getHandString(Hand h)
                               throws HandException
Throws:
HandException


Copyright © 2005-2007 Pagemewhen.com. All Rights Reserved.