public class GeneralConceptInclusion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GOEDEL
Goedel implication
|
static int |
KLEENE_DIENES
Kleene-Dienes implication
|
static int |
LUKASIEWICZ
Lukasiewicz implication
|
static int |
ZADEH
Zadeh'set inclusion
|
| Constructor and Description |
|---|
GeneralConceptInclusion(Concept subsumer,
Concept subsumed,
Degree degree,
int type) |
| Modifier and Type | Method and Description |
|---|---|
Degree |
getDegree()
Gets the lower bound for the degree.
|
Concept |
getSubsumed()
Gets the subsumed concept.
|
Concept |
getSubsumer()
Gets the subsumer concept.
|
int |
getType()
Gets the type of the GCI (which depends on the fuzzy implication).
|
void |
setDegree(Degree deg)
Sets the lower bound for the degree.
|
void |
setSubsumed(Concept newConcept)
Sets the subsumed concept.
|
void |
setSubsumer(Concept newConcept)
Sets the subsumer concept.
|
java.lang.String |
toString() |
public static final int LUKASIEWICZ
public static final int GOEDEL
public static final int KLEENE_DIENES
public static final int ZADEH
public Concept getSubsumer()
public Concept getSubsumed()
public int getType()
public Degree getDegree()
public void setDegree(Degree deg)
deg - Lower bound for the degreepublic java.lang.String toString()
toString in class java.lang.Objectpublic void setSubsumer(Concept newConcept)
newConcept - New subsumer concept.public void setSubsumed(Concept newConcept)
newConcept - New subsumed concept.