fuzzyowl2
Class TrapezoidalFunction

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

public class TrapezoidalFunction
extends FuzzyDatatype

Trapezoidal function.

Author:
Fernando Bobillo

Constructor Summary
TrapezoidalFunction(double a, double b, double c, double d)
           
 
Method Summary
 double getA()
           
 double getB()
           
 double getC()
           
 double getD()
           
 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

TrapezoidalFunction

public TrapezoidalFunction(double a,
                           double b,
                           double c,
                           double d)
Method Detail

getA

public double getA()

getB

public double getB()

getC

public double getC()

getD

public double getD()

toString

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