org.xistrat.bean
Class MultiEvaluationResult

java.lang.Object
  extended by org.xistrat.bean.MultiEvaluationResult

public class MultiEvaluationResult
extends java.lang.Object

used by the engine to store the evaluation of a position in the multiple players case

Since:
0.6.34

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

scores

public int[] scores

from

public int from

to

public int to

name

public int name
Constructor Detail

MultiEvaluationResult

public MultiEvaluationResult()

MultiEvaluationResult

public MultiEvaluationResult(int[] scores,
                             int from,
                             int to,
                             int name)
Parameters:
scores - the results seen by the parties respectively
from - the location where the candidate move starts from
to - the location the candidate move ends