JGAP

org.jgap.distr.grid.gp
Interface IWorkerReturnStrategyGP

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

public interface IWorkerReturnStrategyGP
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
 JGAPResultGP assembleResult(JGAPRequestGP a_request, GPGenotype 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

JGAPResultGP assembleResult(JGAPRequestGP a_request,
                            GPGenotype a_genotype)
                            throws java.lang.Exception
Throws:
java.lang.Exception

JGAP