Uses of Class
fuzzydl.Restriction

Packages that use Restriction
fuzzydl   
 

Uses of Restriction in fuzzydl
 

Fields in fuzzydl with type parameters of type Restriction
 java.util.Hashtable<java.lang.String,java.util.ArrayList<Restriction>> Individual.roleRestrictions
          Role restrictions.
 

Methods in fuzzydl with parameters of type Restriction
static void ClassicalSolver.solveAll(Individual a, Relation rel, Restriction restric, KnowledgeBase kb)
          Solves a universal restriction fuzzy assertion with respect to a reference fuzzy KB.
static void LukasiewiczSolver.solveAll(Relation rel, Restriction restric, KnowledgeBase kb)
          Solves a universal restriction fuzzy assertion with respect to a reference fuzzy KB.
static void ZadehSolver.solveAll(Relation rel, Restriction restric, KnowledgeBase kb)
          Solves a universal restriction fuzzy assertion with respect to a reference fuzzy KB.
protected  void Individual.solveRelationRestriction(Relation rel, Restriction restric, KnowledgeBase kb)
          Apply a universal restriction to a relation of the individual.