| Package | Description |
|---|---|
| fuzzydl |
| Modifier and Type | Field and Description |
|---|---|
static FuzzyLogic |
KnowledgeBase.semantics
Fuzzy logic.
|
| Modifier and Type | Method and Description |
|---|---|
FuzzyLogic |
KnowledgeBase.getLogic()
Gets the fuzzy logic of the fuzzy knowledge base.
|
static FuzzyLogic |
FuzzyLogic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FuzzyLogic[] |
FuzzyLogic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBase.setLogic(FuzzyLogic logic)
Sets the fuzzy logic of the fuzzy knowledge base.
|