org.jgap
Class BreederBase
- java.lang.Object
-
- org.jgap.BreederBase
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, IBreeder, ICloneable
- Direct Known Subclasses:
- GABreeder
public abstract class BreederBase extends java.lang.Object implements IBreeder
Abstract base class for breeders.- Since:
- 3.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BreederBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description abstract java.lang.Objectclone()intcompareTo(java.lang.Object a_other)
-
-
-
Method Detail
-
clone
public abstract java.lang.Object clone()
- Specified by:
clonein interfaceICloneable- Overrides:
clonein classjava.lang.Object- Returns:
- deep clone of this instance
- Since:
- 3.2
-
compareTo
public int compareTo(java.lang.Object a_other)
- Specified by:
compareToin interfacejava.lang.Comparable- Parameters:
a_other- object to compare to- Returns:
- as always
- Since:
- 3.2
-
-
DMelt 3.0 © DataMelt by jWork.ORG