Uses of Class
fuzzydl.FuzzyLogic

Packages that use FuzzyLogic
fuzzydl   
 

Uses of FuzzyLogic in fuzzydl
 

Methods in fuzzydl that return FuzzyLogic
 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.
 

Methods in fuzzydl with parameters of type FuzzyLogic
 void KnowledgeBase.setLogic(FuzzyLogic logic)
          Sets the fuzzy logic of the fuzzy knowledge base.