Uses of Interface
com.rubecula.darwin.foundation.Function

Packages that use Function
com.rubecula.darwin.domain.fitness

Math 

com.rubecula.darwin.domain.world

Darwin 

com.rubecula.darwin.foundation   
 

Uses of Function in com.rubecula.darwin.domain.fitness
 

Classes in com.rubecula.darwin.domain.fitness that implement Function
 class FitnessFunction_
           
 class FitnessFunction_Normal
          Lifespan: permanent.
 class FitnessFunction_PseudoPoisson
           
 class FitnessFunction_ScaledNormal
          Lifespan: permanent.
 

Methods in com.rubecula.darwin.domain.fitness with parameters of type Function
 void FitnessEngine_.onFunctionChange(Function function)
           
 

Uses of Function in com.rubecula.darwin.domain.world
 

Classes in com.rubecula.darwin.domain.world that implement Function
 class Function_Choosy
          This class implements the Choosy.getMinimumDesirability(double) function and allows dynamic varying of the specific formula, by emplying an Evaluator.
 class Function_Desirable
          Concrete implementation of Desirable which extends Function_ and implements HasExpressions (thus it can be updated graphically at runtime).
 

Uses of Function in com.rubecula.darwin.foundation
 

Classes in com.rubecula.darwin.foundation that implement Function
 class Function_
          This is the base class for all functions which can be implemented by evaluating an expression via an Evaluator.
 

Methods in com.rubecula.darwin.foundation with parameters of type Function
 void FunctionListener.onFunctionChange(Function function)
          Method to notify a Listener that a function has changed.
 



Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.