fuzzyowl2
Class RightShoulderFunction

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

public class RightShoulderFunction
extends FuzzyDatatype

Right shoulder function.

Author:
Fernando Bobillo

Constructor Summary
RightShoulderFunction(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

RightShoulderFunction

public RightShoulderFunction(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