|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.example.DummyWeightApplier
public class DummyWeightApplier
The dummy weight applier does not calculate a new value but simply returns the given value.
Constructor Summary | |
---|---|
DummyWeightApplier()
|
Method Summary | |
---|---|
double |
applyWeight(double value,
double weight)
Simply returns the given value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyWeightApplier()
Method Detail |
---|
public double applyWeight(double value, double weight)
applyWeight
in interface WeightApplier
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |