Uses of Class
net.sf.amiba.AmibaFactory

Packages that use AmibaFactory
net.sf.amiba.evolve   
net.sf.amiba.evolve.gene   
net.sf.amiba.impl.scientific   
 

Uses of AmibaFactory in net.sf.amiba.evolve
 

Constructors in net.sf.amiba.evolve with parameters of type AmibaFactory
EvolutionEngine(File configFile, AmibaFactory<T> factory)
          Use the configuration file and the AmibaFactory to build this engine.
 

Uses of AmibaFactory in net.sf.amiba.evolve.gene
 

Constructors in net.sf.amiba.evolve.gene with parameters of type AmibaFactory
IndividualFactory(Node genome, AmibaFactory<T> factory)
           
 

Uses of AmibaFactory in net.sf.amiba.impl.scientific
 

Subclasses of AmibaFactory in net.sf.amiba.impl.scientific
 class ScientificFactory