Package | Description |
---|---|
fuzzydl |
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.
|