fuzzyowl2
Class LeftShoulderFunction

java.lang.Object
  extended by fuzzyowl2.FuzzyDatatype
      extended by fuzzyowl2.LeftShoulderFunction

public class LeftShoulderFunction
extends FuzzyDatatype

Left shoulder function.

Author:
Fernando Bobillo

Constructor Summary
LeftShoulderFunction(double a, double b)
           
 
Method Summary
 double getA()
           
 double getB()
           
 java.lang.String toString()
           
 
Methods inherited from class fuzzyowl2.FuzzyDatatype
getMaxValue, getMinValue, setMaxValue, setMinValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LeftShoulderFunction

public LeftShoulderFunction(double a,
                            double b)
Method Detail

getA

public double getA()

getB

public double getB()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object