Uses of Interface
reasoner.FuzzySet

Uses of FuzzySet in reasoner
 

Classes in reasoner that implement FuzzySet
 class Concept
           
 class Quantifier
           
 class Role
           
 class Trapezoid
           
 

Methods in reasoner with parameters of type FuzzySet
 Role Role.diff(FuzzySet f)
           
 Concept Concept.diff(FuzzySet f)
           
 double Quantifier.eval(FuzzySet c)
           
 Trapezoid Trapezoid.intersection(FuzzySet f)
           
 Role Role.intersection(FuzzySet f)
           
 Quantifier Quantifier.intersection(FuzzySet f)
           
 Concept Concept.intersection(FuzzySet f)
           
 Concept Concept.prod(FuzzySet f)
           
 Role Role.ratio(FuzzySet f)
           
 Concept Concept.ratio(FuzzySet f)
           
 Role Role.sum(FuzzySet f)
           
 Concept Concept.sum(FuzzySet f)
           
 Trapezoid Trapezoid.union(FuzzySet f)
           
 Role Role.union(FuzzySet f)
           
 Quantifier Quantifier.union(FuzzySet f)
           
 Concept Concept.union(FuzzySet f)