public class Restriction
extends java.lang.Object
Constructor and Description |
---|
Restriction(java.lang.String roleName,
Concept concept,
Degree degree) |
Modifier and Type | Method and Description |
---|---|
Concept |
getConcept()
Gets the fuzzy concept.
|
Degree |
getDegree()
Gets the lower bound for the degree.
|
java.lang.String |
getNameWithoutDegree()
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.
|
public java.lang.String getRoleName()
public Degree getDegree()
public Concept getConcept()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getNameWithoutDegree()