Uses of Class
fuzzyowl2.FuzzyLogic

Packages that use FuzzyLogic
<Unnamed>   
fuzzyowl2   
fuzzyowl2.parser   
 

Uses of FuzzyLogic in <Unnamed>
 

Methods in <Unnamed> with parameters of type FuzzyLogic
protected  void FuzzyOwl2toFuzzyDL.writeFuzzyLogic(FuzzyLogic logic)
           
protected  void FuzzyOwl2toDeLorean.writeFuzzyLogic(FuzzyLogic logic)
           
 

Uses of FuzzyLogic in fuzzyowl2
 

Methods in fuzzyowl2 that return FuzzyLogic
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 fuzzyowl2 with parameters of type FuzzyLogic
protected  void FuzzyOwl2.writeFuzzyLogic(FuzzyLogic logic)
           
 

Uses of FuzzyLogic in fuzzyowl2.parser
 

Methods in fuzzyowl2.parser that return FuzzyLogic
 FuzzyLogic Parser.getFuzzyLogic()
           
static FuzzyLogic Parser.getLogic(java.lang.String s)