|
Release Planner v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.Observable
|
+--rp.expn.Expn
|
+--rp.expn.EstimateExpn
A constant (stochastic) estimate in an expression tree.
| Constructor Summary | |
EstimateExpn(Estimate value)
Constructs an EstiamteExpn with the given estimate. |
|
| Method Summary | |
double |
getScalarMean()
Get the mean of this node's estimate. |
Estimate |
getValue()
Gets the stochastic estimate associated with this expression node. |
void |
setValue(Estimate value)
Sets or changes the stochastic estimate associated with this expression node. |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EstimateExpn(Estimate value)
value - the initial estimate| Method Detail |
public double getScalarMean()
getScalarMean in class Expnpublic void setValue(Estimate value)
value - the new estimatepublic Estimate getValue()
|
Release Planner v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||