public static class Parameterized.ParameterizedUser
A Utility class for using as the superclass to subclasses which work by adding functionality to a general Parameterized object (the base Parameterized object)
protected ParameterizedUser(Parameterized base)
protected ParameterizedUser()
Sub class should call setParameterizedBase() at some point if using this constructor... otherwise many explosions and the flashing of lights.
protected void setParameterizedBase(Parameterized base)
Set's the base parameterized object...
public int getNumParameters()
public void setParameter(double param,
int n)
protected double getRandomParameterValue(int parameter)
protected void randomiseParameters()
public double getParameter(int n)
public void setParameterSE(double paramSE,
int n)
public double getLowerLimit(int n)
public double getUpperLimit(int n)
public double getDefaultValue(int n)