|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.Query
fuzzydl.SubsumptionQuery
public abstract class SubsumptionQuery
| Field Summary | |
|---|---|
protected Concept |
c1
Subsumed concept |
protected Concept |
c2
Subsumer concept |
static int |
DEFAULT
Default implication, depending on the solver, "z", "l", "c"... |
static int |
GODEL
Goedel implication |
static int |
LUKASIEWICZ
Lukasiewicz implication |
protected Expression |
objExpr
Objective epxression |
protected int |
type
Fuzzy implication used. |
static int |
ZADEH
Kleene-Dienes implication |
| Constructor Summary | |
|---|---|
SubsumptionQuery()
|
|
| Method Summary |
|---|
| Methods inherited from class fuzzydl.Query |
|---|
preprocess, solve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Concept c1
protected Concept c2
protected int type
protected Expression objExpr
public static final int LUKASIEWICZ
public static final int GODEL
public static final int ZADEH
public static final int DEFAULT
| Constructor Detail |
|---|
public SubsumptionQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||