|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.Relation
fuzzydl.NegativeRelation
public class NegativeRelation
Represents a role assertion of the form (object individual, role, upper bound for the degree) with respect to a subject individual.
| Constructor Summary | |
|---|---|
NegativeRelation(java.lang.String roleName,
Individual ind1,
Individual ind2,
Degree degree)
|
|
| Method Summary |
|---|
| Methods inherited from class fuzzydl.Relation |
|---|
clone, getDegree, getName, getObjectIndividual, getRoleName, getSubjectIndividual, setObjectIndividual, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NegativeRelation(java.lang.String roleName,
Individual ind1,
Individual ind2,
Degree degree)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||