public class NeedNeedIndicatorMap extends java.lang.Object implements java.lang.Comparable<NeedNeedIndicatorMap>
Constructor and Description |
---|
NeedNeedIndicatorMap(Need need,
double needIndicator)
The NeedNeedIndicatorMap bundles together a Need and a numerical value of the importance (needIndicator)
of the respective Need, with its interpretation depending on the context (NeedDevelopmentScheme) it is used in.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NeedNeedIndicatorMap o) |
Need |
getNeed() |
double |
getNeedIndicator() |
public NeedNeedIndicatorMap(Need need, double needIndicator)
need
- Thee need to couple to a valueneedIndicator
- The value to couple the Need topublic Need getNeed()
public double getNeedIndicator()
public int compareTo(NeedNeedIndicatorMap o)
compareTo
in interface java.lang.Comparable<NeedNeedIndicatorMap>