alun.genepi
Class AllelePenetrance

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

public class AllelePenetrance
extends GeneticFunction


Constructor Summary
AllelePenetrance(Allele paternal, Allele maternal, double[][] penet)
           
 
Method Summary
 void fix(double[][] penet)
           
 double getValue()
          Returns the current value of the Function.
 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

AllelePenetrance

public AllelePenetrance(Allele paternal,
                        Allele maternal,
                        double[][] penet)
Method Detail

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

fix

public void fix(double[][] penet)