alun.genepi
Class AuxiliaryFunction

java.lang.Object
  extended by alun.genepi.GeneticFunction
      extended by alun.genepi.AuxiliaryFunction
All Implemented Interfaces:
Function
Direct Known Subclasses:
AuxLinkFunction, AuxLocusFunction

public abstract class AuxiliaryFunction
extends GeneticFunction


Constructor Summary
AuxiliaryFunction()
           
 
Method Summary
abstract  void preCompute()
           
 
Methods inherited from class alun.genepi.GeneticFunction
getVariables
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface alun.markov.Function
getValue
 

Constructor Detail

AuxiliaryFunction

public AuxiliaryFunction()
Method Detail

preCompute

public abstract void preCompute()