Uses of Class
reasoner.Concept

Uses of Concept in reasoner
 

Fields in reasoner declared as Concept
private static Concept Eval2.c
           
 

Methods in reasoner that return Concept
 Concept Concept.add(java.lang.String s, java.lang.Double d)
          add a point to this Concept
 Concept Concept.diff(FuzzySet f)
           
 Concept Concept.intersection(FuzzySet f)
           
 Concept Concept.prod(FuzzySet f)
           
 Concept Concept.ratio(FuzzySet f)
           
 Concept Concept.sum(FuzzySet f)
           
 Concept Concept.union(FuzzySet f)
           
 

Methods in reasoner with parameters of type Concept
 double Quantifier.eval(Role r, Concept c)
          evaluation with relative quantifier, a Role and a Concept
 Role Role.intersection(Concept c)
           
 java.util.TreeSet<java.lang.Double> Role.totalLambda(Concept c)
          get the total set of value to this role together with a concept