alun.genepi
Class ErrorPrior

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

public class ErrorPrior
extends java.lang.Object
implements Function


Constructor Summary
ErrorPrior(Error er, double pri)
           
 
Method Summary
 Error getError()
           
 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.
 void set(double pri)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorPrior

public ErrorPrior(Error er,
                  double pri)
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

set

public void set(double pri)

getError

public Error getError()