|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.ac.waikato.mcennis.rat.graph.descriptors.BasicParameter
nz.ac.waikato.mcennis.rat.graph.descriptors.ExponentialDecayParameter
public class ExponentialDecayParameter
Extension of BasicParameter that sets the value, if double, to a 0.5 exponential decay of all values seen.
Constructor Summary | |
---|---|
ExponentialDecayParameter()
Creates a new instance of ExponentialDecayParameter |
Method Summary | |
---|---|
void |
setValue(java.lang.Object o)
Sets the parameter's value to be an exponential decay of all double values that have been seen. |
Methods inherited from class nz.ac.waikato.mcennis.rat.graph.descriptors.BasicParameter |
---|
getName, getType, getValue, isStructural, setName, setStructural, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExponentialDecayParameter()
Method Detail |
---|
public void setValue(java.lang.Object o)
setValue
in interface SettableParameter
setValue
in class BasicParameter
o
- new parameter value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |