Class FuzzyNegation
java.lang.Object
org.tweetyproject.math.func.fuzzy.FuzzyNegation
- All Implemented Interfaces:
SimpleFunction<Double,
Double>
- Direct Known Subclasses:
DefaultNegation
Represents a fuzzy negation, i.e., a generalization of a logical
negation on values in [0,1].
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FuzzyNegation
public FuzzyNegation()Constructor
-
-
Method Details
-
eval
Description copied from interface:SimpleFunction
Evaluates the function for the given element.- Specified by:
eval
in interfaceSimpleFunction<Double,
Double> - Parameters:
x
- some element- Returns:
- the value of the element.
-