|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuzzyowl2.FuzzyDatatype
public abstract class FuzzyDatatype
Abstract class representing a fuzzy datatype.
Constructor Summary | |
---|---|
FuzzyDatatype()
|
Method Summary | |
---|---|
double |
getMaxValue()
Gets the maximum value of the datatype. |
double |
getMinValue()
Gets the minimum value of the datatype. |
protected void |
setMaxValue(double max)
Sets the maximum value of the datatype. |
protected void |
setMinValue(double min)
Sets the minimum value of the datatype. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FuzzyDatatype()
Method Detail |
---|
protected void setMinValue(double min)
min
- Minimum value of the datatype.protected void setMaxValue(double max)
max
- Maximum value of the datatype.public double getMinValue()
public double getMaxValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |