|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Relation | |
|---|---|
| fuzzydl | |
| Uses of Relation in fuzzydl |
|---|
| Subclasses of Relation in fuzzydl | |
|---|---|
class |
NegativeRelation
Represents a role assertion of the form (object individual, role, upper bound for the degree) with respect to a subject individual. |
| Fields in fuzzydl with type parameters of type Relation | |
|---|---|
java.util.Hashtable<java.lang.String,java.util.ArrayList<Relation>> |
Individual.roleRelations
Role relations. |
java.util.Hashtable<java.lang.String,java.util.ArrayList<Relation>> |
Individual.tempRoleRelations
Temporary list of role relations. |
| Methods in fuzzydl that return Relation | |
|---|---|
Relation |
Relation.clone(java.lang.String role,
Degree degree)
Gets a relation (role, lower bound for the degree) for the subject individual. |
| Methods in fuzzydl with parameters of type Relation | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||