public class IntervalWithPointsSet extends PointSet
Modifier and Type | Field and Description |
---|---|
private double |
defaultValue
Interval with points sets have a list of points, and the rest of the
universe they have a default value.
|
Constructor and Description |
---|
IntervalWithPointsSet(java.util.List<double[]> param,
boolean continuous,
java.lang.String label,
double[] universe,
double value)
Call the constructor of PointSet.
|
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
private double defaultValue
public IntervalWithPointsSet(java.util.List<double[]> param, boolean continuous, java.lang.String label, double[] universe, double value)
value
- a value where there is no point defined.PointSet.PointSet(String, List, boolean, String,
double[])
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