alun.genepi
Class AuxLocusFunction

java.lang.Object
  extended by alun.genepi.GeneticFunction
      extended by alun.genepi.AuxiliaryFunction
          extended by alun.genepi.AuxLocusFunction
All Implemented Interfaces:
Function

public class AuxLocusFunction
extends AuxiliaryFunction


Constructor Summary
AuxLocusFunction(AuxiliaryVariable vv)
           
 
Method Summary
 double getValue()
          Returns the current value of the Function.
 void preCompute()
           
 java.lang.String toString()
           
 
Methods inherited from class alun.genepi.GeneticFunction
getVariables
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuxLocusFunction

public AuxLocusFunction(AuxiliaryVariable vv)
Method Detail

preCompute

public void preCompute()
Specified by:
preCompute in class AuxiliaryFunction

getValue

public double getValue()
Description copied from interface: Function
Returns the current value of the Function.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object