All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface evolution.RandomAccess

public interface RandomAccess
Defines random access to genes inside a genome.


Method Index

 o getGene(int)
 o length()

Methods

 o getGene
 public abstract Gene getGene(int i) throws EvolutionException
Returns:
the gene at index i
 o length
 public abstract int length()
Returns:
my size; 0 if my data is nil

All Packages  Class Hierarchy  This Package  Previous  Next  Index