Uses of Class
reasoner.Role

Uses of Role in reasoner
 

Fields in reasoner declared as Role
private static Role Eval2.r
           
private static Role Eval2.r_c
           
 

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

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