|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectes.ants.felixgm.trmsim_wsn.satisfaction.SatisfactionFuzzy
public class SatisfactionFuzzy
This class models a representation of the satisfaction of a client with a received service through the use of fuzzy sets
| Field Summary | |
|---|---|
protected Variable |
satisfaction
Fuzzy set representing the satisfaction of a client |
protected java.lang.String |
satisfactionLinguisticTerm
Linguistic term associated with the fuzzy set representing the satisfaction of a client |
| Constructor Summary | |
|---|---|
SatisfactionFuzzy(Variable satisfaction)
Class SatisfactionFuzzy constructor |
|
| Method Summary | |
|---|---|
Satisfaction |
aggregate(Satisfaction satisfaction)
This method aggregates this satisfaction with the given one |
Variable |
getSaitsfaction()
This method return the fuzzy set representing the satisfaction of a client |
java.lang.String |
getSatisfactionLinguisticTerm()
This method returns the linguistic term associated with the fuzzy set representing the satisfaction of a client |
double |
getSatisfactionValue()
This method returns the actual satisfaction value |
boolean |
isSatisfied()
This method indicates if this Satisfaction object represents a satisfactory or unsatisfactory transaction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Variable satisfaction
protected java.lang.String satisfactionLinguisticTerm
| Constructor Detail |
|---|
public SatisfactionFuzzy(Variable satisfaction)
satisfaction - Fuzzy set representing the satisfaction of a client| Method Detail |
|---|
public double getSatisfactionValue()
public Variable getSaitsfaction()
public java.lang.String getSatisfactionLinguisticTerm()
public boolean isSatisfied()
Satisfaction
isSatisfied in interface Satisfactionpublic Satisfaction aggregate(Satisfaction satisfaction)
Satisfaction
aggregate in interface Satisfactionsatisfaction - Satisfaction to be aggregated with this satisfaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||