public abstract class FuzzyDatatype
extends java.lang.Object
| Constructor and Description |
|---|
FuzzyDatatype() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxValue()
Gets the maximum value of the datatype.
|
double |
getMinValue()
Gets the minimum value of the datatype.
|
void |
setMaxValue(double max)
Sets the maximum value of the datatype.
|
void |
setMinValue(double min)
Sets the minimum value of the datatype.
|
public void setMinValue(double min)
min - Minimum value of the datatype.public void setMaxValue(double max)
max - Maximum value of the datatype.public double getMinValue()
public double getMaxValue()