|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.Restriction
public class Restriction
Universal restriction formed by a role, a conceptept and a lower bound degree.
| Constructor Summary | |
|---|---|
Restriction(java.lang.String roleName,
Concept concept,
Degree degree)
|
|
| Method Summary | |
|---|---|
Concept |
getConcept()
Gets the fuzzy concept. |
Degree |
getDegree()
Gets the lower bound for the degree. |
java.lang.String |
getNameWithoutWeight()
Gets the name of the restriction without the degree. |
java.lang.String |
getRoleName()
Gets the name of the role. |
java.lang.String |
toString()
Gets the name of the restriction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Restriction(java.lang.String roleName,
Concept concept,
Degree degree)
| Method Detail |
|---|
public java.lang.String getRoleName()
public Degree getDegree()
public Concept getConcept()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getNameWithoutWeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||