- defaultValue - Variable in class sets.points.IntervalWithPointsSet
-
Interval with points sets have a list of points, and the rest of the
universe they have a default value.
- Degree - Class in primitives.creation
-
This class calculate the degree of fulfillment of two sets.
- Degree() - Constructor for class primitives.creation.Degree
-
- DegreeOfFulfillment - Class in general
-
This class implements the degree of fulfillment of two sets.
- DegreeOfFulfillment() - Constructor for class general.DegreeOfFulfillment
-
- DerivedSet - Class in sets.general
-
This sets contains a continuous fuzzy set and a number that somehow modifies
the fuzzy set.
- DerivedSet(String, FuzzySet, double, boolean, String, double[]) - Constructor for class sets.general.DerivedSet
-
Call the constructor in FuzzySet.
- description - Variable in class sets.general.FuzzySet
-
Name of the fuzzy set.
- discreteCOG(PointSet) - Method in class primitives.defuzzification.COG
-
Calculate the center of gravity of a discrete set.
- discreteFulfillment(PointSet, PointSet) - Static method in class general.DegreeOfFulfillment
-
Calculate the degree of fulfillment of two discrete sets.
- discreteMeOM(FuzzySet) - Method in class primitives.defuzzification.MeOM
-
Calculate the mean of maxima of a discrete set.
- DiscreteNumeric - Class in primitives.creation
-
This class creates a new discrete numeric set.
- DiscreteNumeric() - Constructor for class primitives.creation.DiscreteNumeric
-
- DiscreteNumericSet - Class in sets.points
-
This class represents discrete numeric sets.
- DiscreteNumericSet(List<double[]>, boolean, String, double[]) - Constructor for class sets.points.DiscreteNumericSet
-
Call the constructor of PointSet.
- DiscreteNumericWithLabel - Class in primitives.creation
-
This class creates a new discrete numeric set with the label given.
- DiscreteNumericWithLabel() - Constructor for class primitives.creation.DiscreteNumericWithLabel
-
- discreteOperations(LogoList, Command) - Static method in class primitives.operators.SupportOperators
-
Calculate the parameters and the universe of discrete operations.
- discretePairOperation(List<double[]>, List<double[]>, Command) - Static method in class primitives.operators.SupportOperators
-
Calculate the parameters of two discrete fuzzysets.
- discretePlot(Plot, DiscreteNumericSet) - Method in class primitives.creation.FuzzyPlot
-
This method plots the discrete sets.
- dump(boolean, boolean, boolean) - Method in class sets.general.DerivedSet
-
This method is used by Netlogo when a variable with this object is
called.
- dump(boolean, boolean, boolean) - Method in class sets.general.FunctionSet
-
This method is used by Netlogo when a variable with this object is
called.
- dump(boolean, boolean, boolean) - Method in class sets.general.FuzzySet
-
This method is used by Netlogo when a variable with this object is
called.
- dump(boolean, boolean, boolean) - Method in class sets.general.OperatorSet
-
This method is used by Netlogo when a variable with this object is
called.
- dump(boolean, boolean, boolean) - Method in class sets.general.PointSet
-
This method is used by Netlogo when a variable with this object is
called.