org.jgap
Interface IInitializer
-
- All Superinterfaces:
- IHandler
- All Known Implementing Classes:
- BaseChromosome, Chromosome, DefaultInitializer
public interface IInitializer extends IHandler
Interface for handlers capable of initializing specific classes.Such an initializer answers via isHandlerFor(Class) whether he could init the given class.
The perform(Object, Object) method does the init acknowledged before with isHandlerFor(Class).
- Since:
- 2.6
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCVS_REVISIONString containing the CVS revision.
-
Method Summary
-
Methods inherited from interface org.jgap.IHandler
isHandlerFor, perform
-
-
-
-
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