All Packages Class Hierarchy This Package Previous Next Index
Interface evolution.pack.cons.ConstPackableGeneFactory
- public interface ConstPackableGeneFactory
- extends PackableGeneFactory
Used by PackedGenomeStorage
.
-
geneLength()
- The constant length of genes
-
newPackableGene(Code)
-
geneLength
public abstract int geneLength()
- The constant length of genes
newPackableGene
public abstract PackableGene newPackableGene(Code b) throws BadSizeException, NilException
- Returns:
- a new
PackableGene
- Throws: BadSizeException
- if the argument does not have the right size
- Throws: NilException
- if something is not initialized
All Packages Class Hierarchy This Package Previous Next Index