Modifier and Type | Field and Description |
---|---|
protected double |
c
A number that modifies the fuzzy set.
|
protected FuzzySet |
param
A fuzzy set.
|
Constructor and Description |
---|
DerivedSet(java.lang.String description,
FuzzySet param,
double limit,
boolean continuous,
java.lang.String label,
double[] universe)
Call the constructor in FuzzySet.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump(boolean readable,
boolean exporting,
boolean reference)
This method is used by Netlogo when a variable with this object is
called.
|
double |
getLimit() |
java.util.List<FuzzySet> |
getParameters()
Return the fuzzy set.
|
FuzzySet |
getSet() |
evaluate, evaluate, getDescription, getExtensionName, getLabel, getNLTypeName, getUniverse, isContinuous, recursivelyEqual, setDescription, setLabel
protected FuzzySet param
protected double c
public DerivedSet(java.lang.String description, FuzzySet param, double limit, boolean continuous, java.lang.String label, double[] universe)
param
- The fuzzy set.limit
- The number that modifies the fuzzy set.FuzzySet.FuzzySet(String description, boolean continuous,
String label,double[] universe).
public java.util.List<FuzzySet> getParameters()
getParameters
in class FuzzySet
public FuzzySet getSet()
public double getLimit()