All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface evolution.GenomeStorage

public interface GenomeStorage
Used by Genome implementations to store their genetic data.


Method Index

 o store(Gene[])
Store a 1-dimensional array of Genes.

Methods

 o store
 public abstract void store(Gene g[]) throws EvolutionException
Store a 1-dimensional array of Genes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index