Package | Description |
---|---|
jfml.rule |
Classes for implementing Rules as fuzzy expressions in the form of IF-THEN[-ELSE] involving linguistic variables and fuzzy operators.
|
jfml.term |
Implementation of the different Terms (text label with an associated fuzzy set)
|
Modifier and Type | Method and Description |
---|---|
void |
AntecedentType.addClause(KnowledgeBaseVariable variable,
FuzzyTerm term)
Adds a ClauseType with a
KnowledgeBaseVariable and a FuzzyTerm |
void |
ConsequentType.addElseClause(KnowledgeBaseVariable variable,
FuzzyTerm term)
Adds an ELSE ClauseType with a
KnowledgeBaseVariable and a FuzzyTerm |
void |
ConsequentType.addThenClause(KnowledgeBaseVariable variable,
FuzzyTerm term)
Adds a THEN ClauseType with a
KnowledgeBaseVariable and a FuzzyTerm |
Modifier and Type | Class and Description |
---|---|
class |
AggregatedFuzzyTermType
Java class for aggregatedFuzzyTermType complex type.
|
class |
FuzzyTermType
Java class for fuzzyTermType complex type.
|
class |
TsukamotoTermType
Java class for tsukamotoTermType complex type.
|
Modifier and Type | Method and Description |
---|---|
FuzzyTerm |
AggregatedFuzzyTermType.copy() |
FuzzyTerm |
FuzzyTermType.copy() |
FuzzyTerm |
TsukamotoTermType.copy() |
abstract FuzzyTerm |
FuzzyTerm.copy()
Creates a copy of the fuzzy term
|