fuzzydl
Class AtomicAssertion
java.lang.Object
fuzzydl.AtomicAssertion
public class AtomicAssertion
- extends java.lang.Object
Atomic assertion of the form (AtomicConcept, lowerDegree).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AtomicAssertion
public AtomicAssertion(Concept c,
Degree degree)
getConceptName
public java.lang.String getConceptName()
- Gets the concept name.
- Returns:
- Concept name.
getDegree
public Degree getDegree()
- Gets the lower bound degree.
- Returns:
- Lower bound degree.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object