|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.openholdem.engine.PokerEngine
public class PokerEngine
A Poker Engine is a rule engine that evalutes Hand
s.
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 |
---|
public PokerEngine(java.net.URL rs) throws PokerException
Constructs a new poker engine with the rule set specified in
rs
.
rs
- a URL pointing to the rule set xml file.
PokerException
Method Detail |
---|
public java.lang.String getHandString(Hand h) throws HandException
HandException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |