Package net.sf.tweety.math.func.fuzzy
Class FuzzyNegation
- java.lang.Object
-
- net.sf.tweety.math.func.fuzzy.FuzzyNegation
-
- All Implemented Interfaces:
SimpleFunction<Double,Double>
- Direct Known Subclasses:
DefaultNegation
public abstract class FuzzyNegation extends Object implements SimpleFunction<Double,Double>
Represents a fuzzy negation, i.e., a generalization of a logical negation on values in [0,1].- Author:
- Matthias Thimm
-
-
Method Detail
-
eval
public abstract Double eval(Double x)
Description copied from interface:SimpleFunctionEvaluates the function for the given element.- Specified by:
evalin interfaceSimpleFunction<Double,Double>- Parameters:
x- some element- Returns:
- the value of the element.
-
-