All Packages Class Hierarchy This Package Previous Next Index
Interface evolution.pack.PackableGeneIterator
- public interface PackableGeneIterator
An iterator used to iterate through a PackableGene
-
advance()
- Go one gene further
-
getGene()
-
getGene
public abstract PackableGene getGene() throws EvolutionException
- Returns:
- the gene I am pointing to
- Throws: EvolutionException
- if something goes wrong
advance
public abstract boolean advance()
- Go one gene further
All Packages Class Hierarchy This Package Previous Next Index