fuzzyowl2
Class TriangularFunction

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

public class TriangularFunction
extends FuzzyDatatype

Triangular function.

Author:
Fernando Bobillo

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

TriangularFunction

public TriangularFunction(double a,
                          double b,
                          double c)
Method Detail

getA

public double getA()

getB

public double getB()

getC

public double getC()

toString

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