fuzzydl
Class PrimitiveConceptDefinition

java.lang.Object
  extended by fuzzydl.PrimitiveConceptDefinition

public class PrimitiveConceptDefinition
extends java.lang.Object

General concept inclusion axiom.


Constructor Summary
PrimitiveConceptDefinition(java.lang.String defined, Concept definition, int implication, double degree)
           
 
Method Summary
 Concept getDefinition()
          Gets the definition.
 double getDegree()
          Gets the degree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveConceptDefinition

public PrimitiveConceptDefinition(java.lang.String defined,
                                  Concept definition,
                                  int implication,
                                  double degree)
Method Detail

getDefinition

public Concept getDefinition()
Gets the definition.

Returns:
Definition.

getDegree

public double getDegree()
Gets the degree.

Returns:
Degree.