|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xistrat.bean.MultiEvaluationResult
public class MultiEvaluationResult
used by the engine to store the evaluation of a position in the multiple players case
Field Summary | |
---|---|
int |
from
|
int |
name
|
int[] |
scores
|
int |
to
|
Constructor Summary | |
---|---|
MultiEvaluationResult()
|
|
MultiEvaluationResult(int[] scores,
int from,
int to,
int name)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] scores
public int from
public int to
public int name
Constructor Detail |
---|
public MultiEvaluationResult()
public MultiEvaluationResult(int[] scores, int from, int to, int name)
scores
- the results seen by the parties respectivelyfrom
- the location where the candidate move starts fromto
- the location the candidate move ends
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |