Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<FuzzySet> |
parameters
A list of Fuzzy sets.
|
Constructor and Description |
---|
OperatorSet(java.lang.String description,
java.util.List<FuzzySet> params,
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.
|
java.util.List<FuzzySet> |
getParameters() |
evaluate, evaluate, getDescription, getExtensionName, getLabel, getNLTypeName, getUniverse, isContinuous, recursivelyEqual, setDescription, setLabel
java.util.List<FuzzySet> parameters
public OperatorSet(java.lang.String description, java.util.List<FuzzySet> params, boolean continuous, java.lang.String label, double[] universe)
params
- The parameters of a Point set.FuzzySet.FuzzySet(String description, boolean continuous,
String label,double[] universe).
public java.util.List<FuzzySet> getParameters()
getParameters
in class FuzzySet