|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FuzzySet | |
|---|---|
| net.sourceforge.fuzzyservices.beans | |
| Uses of FuzzySet in net.sourceforge.fuzzyservices.beans |
|---|
| Methods in net.sourceforge.fuzzyservices.beans that return FuzzySet | |
|---|---|
FuzzySet |
Operator.combine(FuzzySet fs1,
FuzzySet fs2)
Combines two fuzzy sets appropiated the operator type. |
FuzzySet |
LinguisticTerm.getFuzzySet()
Returns the fuzzy set of this linguistic term. |
FuzzySet |
Fact.getValue()
Returns the value of this fact which is represented by a fuzzy set. |
| Methods in net.sourceforge.fuzzyservices.beans with parameters of type FuzzySet | |
|---|---|
FuzzySet |
Operator.combine(FuzzySet fs1,
FuzzySet fs2)
Combines two fuzzy sets appropiated the operator type. |
float |
Defuzzificator.defuzzify(FuzzySet fuzzySet)
Defuzzifies the fuzzySet object using the specified type. |
static String |
JavaInitializationStringFormatter.getJavaInitializationStringForFuzzySet(FuzzySet fuzzySet)
Returns Java code for creating fuzzySet. |
void |
LinguisticTerm.setFuzzySet(FuzzySet newFuzzySet)
Sets a new fuzzy set. |
void |
Fact.setValue(FuzzySet newValue)
Defines a new value for this fact. |
| Constructors in net.sourceforge.fuzzyservices.beans with parameters of type FuzzySet | |
|---|---|
Fact(String newLinguisticVariableName,
FuzzySet newValue)
Constructs a new Fact based on the name of a linguistic variable and a value described as fuzzy set. |
|
LinguisticTerm(String newName,
FuzzySet newFuzzySet)
Constructs a new linguistic Term based on a name and a fuzzy set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||