public class MinAndSet extends OperatorSet
Constructor and Description |
---|
MinAndSet(java.util.List<FuzzySet> params,
boolean continuous,
java.lang.String label,
double[] universe)
Call the constructor from FunctionSet.
|
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.
|
dump, getParameters
getDescription, getExtensionName, getLabel, getUniverse, isContinuous, recursivelyEqual, setDescription, setLabel
public MinAndSet(java.util.List<FuzzySet> params, boolean continuous, java.lang.String label, double[] universe)
public double evaluate(double d)
public double evaluate(FuzzySet f)
public java.lang.String getNLTypeName()
getNLTypeName
in interface org.nlogo.api.ExtensionObject
getNLTypeName
in class FuzzySet