|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbe.eve.ga.GAFactory
public abstract class GAFactory
This class is used by the Habitat Service to get an specific GAFactory implementation, this GAFactory implementation will be the only one who knows how to get a new GeneticAlgorithm (some parameters could be necessary in when the constructor is invoqued)
Constructor Summary | |
---|---|
GAFactory()
|
Method Summary | |
---|---|
abstract GeneticAlgorithm |
getGeneticAlgorithm()
|
static GAFactory |
getInstance(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GAFactory()
Method Detail |
---|
public static final GAFactory getInstance(java.lang.String name) throws java.lang.InstantiationException
name
- ClassName of Factory
java.lang.InstantiationException
- Is thrown if it is not possible to do the Jobpublic abstract GeneticAlgorithm getGeneticAlgorithm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |