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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
FuzzyNegation
public FuzzyNegation() 
 - 
 - 
Method Details
- 
eval
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.
 
 
 -