Class DefaultNegation

  • All Implemented Interfaces:
    SimpleFunction<java.lang.Double,​java.lang.Double>

    public class DefaultNegation
    extends FuzzyNegation
    Implements the default fuzzy negation x -> x-1
    Author:
    Matthias Thimm
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultNegation()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Double eval​(java.lang.Double x)
      Evaluates the function for the given element.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultNegation

        public DefaultNegation()
    • Method Detail

      • eval

        public java.lang.Double eval​(java.lang.Double x)
        Description copied from interface: SimpleFunction
        Evaluates the function for the given element.
        Specified by:
        eval in interface SimpleFunction<java.lang.Double,​java.lang.Double>
        Specified by:
        eval in class FuzzyNegation
        Parameters:
        x - some element
        Returns:
        the value of the element.