public class PrimitiveConceptDefinition
extends java.lang.Object
| Constructor and Description |
|---|
PrimitiveConceptDefinition(java.lang.String defined,
Concept definition,
int implication,
double degree) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefinedConcept()
Gets the name of the defined concept
|
Concept |
getDefinition()
Gets the definition.
|
double |
getDegree()
Gets the degree.
|
int |
getType()
Gets the type of the axiom.
|
void |
setDefinition(Concept definition)
Sets the definition.
|
void |
setDegree(double deg)
Sets the degree.
|
java.lang.String |
toString() |
public PrimitiveConceptDefinition(java.lang.String defined,
Concept definition,
int implication,
double degree)
public java.lang.String getDefinedConcept()
public Concept getDefinition()
public void setDefinition(Concept definition)
definition - Definition.public double getDegree()
public void setDegree(double deg)
deg - The degree.public int getType()
public java.lang.String toString()
toString in class java.lang.Object