Uses of Class
net.sourceforge.fuzzyservices.beans.FuzzyLRNumber

Packages that use FuzzyLRNumber
net.sourceforge.fuzzyservices.beans   
 

Uses of FuzzyLRNumber in net.sourceforge.fuzzyservices.beans
 

Methods in net.sourceforge.fuzzyservices.beans that return FuzzyLRNumber
 FuzzyLRNumber FuzzyCalculatorI.add(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
          Adds fuzzy LR number operand1 to fuzzy LR number operand2.
 FuzzyLRNumber FuzzyCalculator.add(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
           
 FuzzyLRNumber FuzzyCalculatorI.divide(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
          Devides fuzzy LR number operand1 through fuzzy LR number operand2.
 FuzzyLRNumber FuzzyCalculator.divide(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
           
 FuzzyLRNumber FuzzyCalculatorI.multiply(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
          Multiplies fuzzy LR number operand1 with fuzzy LR number operand2.
 FuzzyLRNumber FuzzyCalculator.multiply(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
           
 FuzzyLRNumber FuzzyCalculatorI.subtract(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
          Subtracts fuzzy LR number operand2 from fuzzy LR number operand1.
 FuzzyLRNumber FuzzyCalculator.subtract(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
           
 

Methods in net.sourceforge.fuzzyservices.beans with parameters of type FuzzyLRNumber
 FuzzyLRNumber FuzzyCalculatorI.add(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
          Adds fuzzy LR number operand1 to fuzzy LR number operand2.
 FuzzyLRNumber FuzzyCalculator.add(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
           
 FuzzyLRNumber FuzzyCalculatorI.divide(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
          Devides fuzzy LR number operand1 through fuzzy LR number operand2.
 FuzzyLRNumber FuzzyCalculator.divide(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
           
 FuzzyLRNumber FuzzyCalculatorI.multiply(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
          Multiplies fuzzy LR number operand1 with fuzzy LR number operand2.
 FuzzyLRNumber FuzzyCalculator.multiply(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
           
 FuzzyLRNumber FuzzyCalculatorI.subtract(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
          Subtracts fuzzy LR number operand2 from fuzzy LR number operand1.
 FuzzyLRNumber FuzzyCalculator.subtract(FuzzyLRNumber operand1, FuzzyLRNumber operand2)
           
 



Copyright © 2007-2012 Fuzzy Services. All Rights Reserved.