net.sf.amiba.impl.scientific
Class ScientificFactory

Object
  extended by AmibaFactory<Double>
      extended by ScientificFactory

public class ScientificFactory
extends AmibaFactory<Double>

Author:
juber patel

Constructor Summary
ScientificFactory()
           
 
Method Summary
 FitnessCaseLoader<Double> getFitnessCaseLoader()
           
 GeneGrammar<Double> getGrammar(List<Character> terminals, Character linkingFunction)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScientificFactory

public ScientificFactory()
Method Detail

getFitnessCaseLoader

public FitnessCaseLoader<Double> getFitnessCaseLoader()
Specified by:
getFitnessCaseLoader in class AmibaFactory<Double>

getGrammar

public GeneGrammar<Double> getGrammar(List<Character> terminals,
                                      Character linkingFunction)
Specified by:
getGrammar in class AmibaFactory<Double>