|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.GeneralConceptInclusion
public class GeneralConceptInclusion
General concept inclusion axiom.
| Field Summary | |
|---|---|
static int |
GODEL
Goedel implication |
static int |
KLEENE_DIENES
Kleene-Dienes implication |
static int |
LUKASIEWICZ
Lukasiewicz implication |
static int |
ZADEH
Zadeh'set inclusion |
| Constructor Summary | |
|---|---|
GeneralConceptInclusion(Concept subsumer,
Concept subsumed,
Degree degree,
int type)
|
|
| Method Summary | |
|---|---|
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). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LUKASIEWICZ
public static final int GODEL
public static final int KLEENE_DIENES
public static final int ZADEH
| Constructor Detail |
|---|
public GeneralConceptInclusion(Concept subsumer,
Concept subsumed,
Degree degree,
int type)
| Method Detail |
|---|
public Concept getSubsumer()
public Concept getSubsumed()
public int getType()
public Degree getDegree()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||