alun.genepi
Class ErrorPenetrance

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

public class ErrorPenetrance
extends GeneticFunction


Constructor Summary
ErrorPenetrance(Genotype gt, Error er, double[][] penet)
           
 
Method Summary
 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

ErrorPenetrance

public ErrorPenetrance(Genotype gt,
                       Error er,
                       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