|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmetricsOverlay.model.mappings.AugmentationInterpolator
public class AugmentationInterpolator
This class provides the functionality to interpolate between different metric
functionality. Currently this class parrots back the existing
Augmentation
values.
This class should be subclassed if additional interpolation facilities are
required.
Constructor Summary | |
---|---|
AugmentationInterpolator(Augmentation dStrat)
Main constructor. |
Method Summary | |
---|---|
double |
getMax()
|
double |
getMin()
|
int |
interpolateValue(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AugmentationInterpolator(Augmentation dStrat)
dStrat
- the augmentation to be used.Method Detail |
---|
public double getMax()
public double getMin()
public int interpolateValue(int value)
value
- the value produced by the mapping interpolator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |