|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuzzyowl2.FuzzyDatatype
fuzzyowl2.LinearFunction
public class LinearFunction
Linear function.
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 |
---|
public LinearFunction(double a, double b)
Method Detail |
---|
public double getA()
public double getB()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |