All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface evolution.pack.PackableGeneIterator

public interface PackableGeneIterator
An iterator used to iterate through a PackableGene


Method Index

 o advance()
Go one gene further
 o getGene()

Methods

 o getGene
 public abstract PackableGene getGene() throws EvolutionException
Returns:
the gene I am pointing to
Throws: EvolutionException
if something goes wrong
 o advance
 public abstract boolean advance()
Go one gene further


All Packages  Class Hierarchy  This Package  Previous  Next  Index