All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface evolution.pack.PackableGeneFactory

public interface PackableGeneFactory
Produces PackableGenes. TODO What the hell is this ridiculous interface needed for?


Method Index

 o newPackableGene(Code)

Methods

 o newPackableGene
 public abstract PackableGene newPackableGene(Code b) throws BadSizeException, NilException
Parameters:
b - the compressed genetic information
Returns:
a new PackableGene
Throws: BadSizeException
if the argument has incorrect size
Throws: NilException
if something is uninitialized

All Packages  Class Hierarchy  This Package  Previous  Next  Index