|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectes.ants.felixgm.trmsim_wsn.satisfaction.SatisfactionInterval
es.ants.felixgm.trmsim_wsn.satisfaction.SatisfactionDiscreteScale
public class SatisfactionDiscreteScale
This class models the representation of the satisfaction of a client with a received service through a discrete scale of values
| Constructor Summary | |
|---|---|
SatisfactionDiscreteScale(double initialValue,
double step,
int numSteps,
double value)
Class SatisfactionDiscreteScale constructor |
|
| Method Summary |
|---|
| Methods inherited from class es.ants.felixgm.trmsim_wsn.satisfaction.SatisfactionInterval |
|---|
aggregate, getMax, getMin, getSatisfactionValue, isSatisfied |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SatisfactionDiscreteScale(double initialValue,
double step,
int numSteps,
double value)
throws java.lang.Exception
initialValue - First (lower) allowed value of the scalestep - Gap size between every two consecutive allowed valuesnumSteps - Number of allowed valuesvalue - Actual satisfaction value
java.lang.Exception - If the given value does not correspond to any allowed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||