|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--nrc.fuzzy.ModifierFunction
|
+--nrc.fuzzy.NotModifier
Concrete implementaion of the not modifier, which will give the
complement of a FuzzyValue/FuzzySet. Consider the following example:
| Description | Visual Representation |
|---|---|
Unmodified fuzzy value:
|
|
Not:
|
|
ModifierFunction,
Modifiers,
Serialized Form| Field Summary |
| Fields inherited from class nrc.fuzzy.ModifierFunction |
DELTA_X, DELTA_Y, deltaX, deltaY, NUMBER_OF_POINTS, numberOfPoints, precisionControlType |
| Constructor Summary | |
NotModifier()
|
|
NotModifier(java.lang.String s)
|
|
| Method Summary | |
nrc.fuzzy.FuzzySet |
call(nrc.fuzzy.FuzzySet a)
Takes the complement of the FuzzySet argument. |
nrc.fuzzy.FuzzyValue |
call(nrc.fuzzy.FuzzyValue fv)
Takes the complement of the FuzzyValue argument. |
| Methods inherited from class nrc.fuzzy.ModifierFunction |
concentrateDilute, expandSet, getName, setDeltaXPrecision, setDeltaYPrecision, setNumberOfPointsPrecision, setPrecisionControlType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NotModifier()
public NotModifier(java.lang.String s)
| Method Detail |
public nrc.fuzzy.FuzzyValue call(nrc.fuzzy.FuzzyValue fv)
call in class ModifierFunctionfv - the FuzzyValue to return the complement of
ModifierFunctionpublic nrc.fuzzy.FuzzySet call(nrc.fuzzy.FuzzySet a)
call in class ModifierFunctiona - the fuzzy set to be modified
ModifierFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||