org.dbe.eve.ga.impl
Class DefaultGAFactory

java.lang.Object
  extended by org.dbe.eve.ga.GAFactory
      extended by org.dbe.eve.ga.impl.DefaultGAFactory

public class DefaultGAFactory
extends GAFactory

Default GAImplementation This implementation should only be used to test that all work fine and, maybe, to implement a first "silly" solution. TODO: After this, and when GOOD Factorys has been provided we can destroy this class

Author:
bob

Constructor Summary
DefaultGAFactory()
           
 
Method Summary
 GeneticAlgorithm getGeneticAlgorithm()
           
 
Methods inherited from class org.dbe.eve.ga.GAFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGAFactory

public DefaultGAFactory()
Method Detail

getGeneticAlgorithm

public GeneticAlgorithm getGeneticAlgorithm()
Specified by:
getGeneticAlgorithm in class GAFactory
See Also:
GAFactory.getGeneticAlgorithm()