|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cuny.cat.valuation.RandomValuerGenerator
edu.cuny.cat.valuation.DailyRandomValuerGenerator
public class DailyRandomValuerGenerator
This valuer generator creates valutions drawn from distributions similar to
the situation in RandomValuerGenerator, but the valuations are
redrawn at the end of each day.
| Field Summary |
|---|
| Fields inherited from class edu.cuny.cat.valuation.RandomValuerGenerator |
|---|
maxValue, minValue, P_DEF_BASE, P_DISTRIBUTION, P_MAXVALUE, P_MINVALUE |
| Constructor Summary | |
|---|---|
DailyRandomValuerGenerator()
|
|
DailyRandomValuerGenerator(double minValue,
double maxValue)
|
|
| Method Summary | |
|---|---|
ValuationPolicy |
createValuer()
creates a new valuer. |
| Methods inherited from class edu.cuny.cat.valuation.RandomValuerGenerator |
|---|
checkDistribution, createDistribution, eventOccurred, getDistribution, getMaxValue, getMinValue, reset, setDistribution, setMaxValue, setMinValue, setup, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DailyRandomValuerGenerator()
public DailyRandomValuerGenerator(double minValue,
double maxValue)
| Method Detail |
|---|
public ValuationPolicy createValuer()
ValuerGenerator
createValuer in interface ValuerGeneratorcreateValuer in class RandomValuerGenerator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||