|
PokerSource Java API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.pokersource.enum.MatchupOutcome
Field Summary | |
double[] |
matchEV
|
double |
matchProb
|
Constructor Summary | |
MatchupOutcome(double matchProb,
double[] matchEV)
|
Method Summary | |
void |
merge(MatchupOutcome other)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double matchProb
public double[] matchEV
Constructor Detail |
public MatchupOutcome(double matchProb, double[] matchEV)
Method Detail |
public void merge(MatchupOutcome other)
|
PokerSource Java API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |