alun.genepi
Class AlleleErrorPenetrance

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

public class AlleleErrorPenetrance
extends java.lang.Object
implements Function


Constructor Summary
AlleleErrorPenetrance(Allele paternal, Allele maternal, Error e, double[][] penet)
           
 
Method Summary
 void fix(double[][] penet)
           
 double getValue()
          Returns the current value of the Function.
 java.util.LinkedHashSet<Variable> getVariables()
          Returns the Set of Variables that are arguments to the function.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlleleErrorPenetrance

public AlleleErrorPenetrance(Allele paternal,
                             Allele maternal,
                             Error e,
                             double[][] penet)
Method Detail

getVariables

public java.util.LinkedHashSet<Variable> getVariables()
Description copied from interface: Function
Returns the Set of Variables that are arguments to the function.

Specified by:
getVariables in interface Function

getValue

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

Specified by:
getValue in interface Function

toString

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

fix

public void fix(double[][] penet)