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).
|
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 java.lang.String toString()
toString
in class java.lang.Object