|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAmibaFactory<T>
public abstract class AmibaFactory<T>
The factory that the user will configure with configuration options to get an evolution setup The factory uses abstract factory pattern. The default implementation returns an instance that will in turn give default setup. This factory is the starting point if you want to supply custom components like grammars and fitness case loaders. The user can extend the factory and override related methods to return custom implementations of one or more of the following :
Constructor Summary | |
---|---|
AmibaFactory()
|
Method Summary | |
---|---|
abstract FitnessCaseLoader<T> |
getFitnessCaseLoader()
|
abstract GeneGrammar<T> |
getGrammar(List<Character> terminals,
Character linkingFunction)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmibaFactory()
Method Detail |
---|
public abstract FitnessCaseLoader<T> getFitnessCaseLoader()
public abstract GeneGrammar<T> getGrammar(List<Character> terminals, Character linkingFunction)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |