alun.genepi
Class AuxLinkFunction

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

public class AuxLinkFunction
extends AuxiliaryFunction


Constructor Summary
AuxLinkFunction(AuxiliaryVariable uu, AuxiliaryVariable vv, double mt, double ft)
           
 
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

AuxLinkFunction

public AuxLinkFunction(AuxiliaryVariable uu,
                       AuxiliaryVariable vv,
                       double mt,
                       double ft)
Method Detail

getValue

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


preCompute

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

toString

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