fuzzyowl2
Class LinearFunction

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

public class LinearFunction
extends FuzzyDatatype

Linear function.

Author:
Fernando Bobillo

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

LinearFunction

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