Uses of Interface
org.biojavax.ga.functions.FitnessFunction

Packages that use FitnessFunction
org.biojavax.ga.functions GA functions 
 

Uses of FitnessFunction in org.biojavax.ga.functions
 

Methods in org.biojavax.ga.functions that return FitnessFunction
 FitnessFunction AbstractSelectionFunction.getFitnessFunction()
           
 FitnessFunction SelectionFunction.getFitnessFunction()
           
 FitnessFunction SelectionFunction.SelectAll.getFitnessFunction()
           
 

Methods in org.biojavax.ga.functions with parameters of type FitnessFunction
 void AbstractSelectionFunction.setFitnessFunction(FitnessFunction func)
           
 void SelectionFunction.setFitnessFunction(FitnessFunction func)
          The fitness function that will be used by the select method.
 void SelectionFunction.SelectAll.setFitnessFunction(FitnessFunction func)