fuzzydl
Class AtomicAssertion

java.lang.Object
  extended by fuzzydl.AtomicAssertion

public class AtomicAssertion
extends java.lang.Object

Atomic assertion of the form (AtomicConcept, lowerDegree).


Constructor Summary
AtomicAssertion(Concept c, Degree degree)
           
 
Method Summary
 java.lang.String getConceptName()
          Gets the concept name.
 Degree getDegree()
          Gets the lower bound degree.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomicAssertion

public AtomicAssertion(Concept c,
                       Degree degree)
Method Detail

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