JGAP

org.jgap.distr.grid
Interface IWorkerReturnStrategy

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultWorkerReturnStrategy, MyWorkerReturnStrategy, MyWorkerReturnStrategy

public interface IWorkerReturnStrategy
extends java.io.Serializable

Defines which part of a result is returned by a worker.

Since:
3.2

Field Summary
static java.lang.String CVS_REVISION
          String containing the CVS revision.
 
Method Summary
 JGAPResult assembleResult(JGAPRequest a_request, Genotype a_genotype)
           
 

Field Detail

CVS_REVISION

static final java.lang.String CVS_REVISION
String containing the CVS revision. Read out via reflection!

See Also:
Constant Field Values
Method Detail

assembleResult

JGAPResult assembleResult(JGAPRequest a_request,
                          Genotype a_genotype)
                          throws java.lang.Exception
Throws:
java.lang.Exception

JGAP