JGAP

org.jgap.impl.job
Interface IEvolveJob

All Superinterfaces:
IJob, java.lang.Runnable, java.io.Serializable
All Known Implementing Classes:
EvolveJob

public interface IEvolveJob
extends IJob

Interface for a job to do evolution (via JGAP, but possibly via other frameworks).

Since:
3.2

Field Summary
static java.lang.String CVS_REVISION
          String containing the CVS revision.
 
Method Summary
 
Methods inherited from interface org.jgap.impl.job.IJob
execute, getJobData, getResult, isFinished, run
 

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

JGAP