org.jgap
Interface IApplicationData
-
- All Superinterfaces:
- java.lang.Cloneable, java.lang.Comparable
public interface IApplicationData extends java.lang.Comparable, java.lang.CloneableThe Chromosome class allows to attach a custom object that is ignored by the genetic operations. Because the Chromosome holding it can be cloned and compared, the attached object should also. With this interface it is forced that the application object attached to the Chromosome with the setApplicationData-method is cloneable and comparable.- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCVS_REVISIONString containing the CVS revision.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Objectclone()
-
-
-
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
-
-
DMelt 3.0 © DataMelt by jWork.ORG