public class EmptySet extends FuzzySet
Constructor and Description |
---|
EmptySet()
Empty constructor, easier and faster to use.
|
EmptySet(java.lang.String description,
boolean continuous,
java.lang.String label,
double[] universe)
Call the constructor in FuzzySet.
|
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double d)
Evaluate a number in the fuzzy set.
|
double |
evaluate(FuzzySet f)
Evaluate a fuzzy set in this fuzzy set.
|
java.lang.String |
getNLTypeName()
String identifying the object.
|
java.util.List<java.lang.Object> |
getParameters() |
dump, getDescription, getExtensionName, getLabel, getUniverse, isContinuous, recursivelyEqual, setDescription, setLabel
public EmptySet(java.lang.String description, boolean continuous, java.lang.String label, double[] universe)
public EmptySet()
public double evaluate(double d)
FuzzySet
public double evaluate(FuzzySet f)
FuzzySet
public java.util.List<java.lang.Object> getParameters()
getParameters
in class FuzzySet
public java.lang.String getNLTypeName()
FuzzySet
getNLTypeName
in interface org.nlogo.api.ExtensionObject
getNLTypeName
in class FuzzySet