All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface evolution.pack.cons.ConstPackableGeneFactory

public interface ConstPackableGeneFactory
extends PackableGeneFactory
Used by PackedGenomeStorage.


Method Index

 o geneLength()
The constant length of genes
 o newPackableGene(Code)

Methods

 o geneLength
 public abstract int geneLength()
The constant length of genes

 o 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