|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.Assertion
public class Assertion
Assertion of the form (individual, Concept, lowerDegree).
| Constructor Summary | |
|---|---|
Assertion(Individual a,
Concept c,
Degree l)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Assertion ass)
Indicates whether some other assertion is "equal to" this one. |
Concept |
getConcept()
Gets the concept. |
Individual |
getIndividual()
Gets the individual. |
Degree |
getLowerLimit()
Gets the lower bound degree. |
java.lang.String |
getNameWithoutDegree()
Gets a printable name of the assertion without the lower bound. |
int |
getType()
Gets the type of the concept in the assertion. |
void |
setIndividual(Individual ind)
Sets the individual of the assertion. |
java.lang.String |
toString()
Gets a printable name of the assertion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Assertion(Individual a,
Concept c,
Degree l)
| Method Detail |
|---|
public int getType()
public Degree getLowerLimit()
public Concept getConcept()
public Individual getIndividual()
public void setIndividual(Individual ind)
ind - An individual.public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getNameWithoutDegree()
public boolean equals(Assertion ass)
ass - The reference assertion with which to compare.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||