|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.Query
fuzzydl.SubsumptionQuery
fuzzydl.MaxSubsumesQuery
public class MaxSubsumesQuery
Minimize subsumption query.
| Field Summary |
|---|
| Fields inherited from class fuzzydl.SubsumptionQuery |
|---|
c1, c2, DEFAULT, GODEL, LUKASIEWICZ, objExpr, type, ZADEH |
| Constructor Summary | |
|---|---|
MaxSubsumesQuery(Concept c1,
Concept c2,
int type)
|
|
| Method Summary | |
|---|---|
void |
preprocess(KnowledgeBase kb)
Performs some preprocessing steps of the query over a fuzzy KB. |
Solution |
solve(KnowledgeBase kb)
Solves the query over a fuzzy KB. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MaxSubsumesQuery(Concept c1,
Concept c2,
int type)
| Method Detail |
|---|
public void preprocess(KnowledgeBase kb)
throws FuzzyOntologyException
Query
preprocess in class Querykb - A fuzzy KB.
FuzzyOntologyException
public Solution solve(KnowledgeBase kb)
throws FuzzyOntologyException
Query
solve in class Querykb - A fuzzy KB.
FuzzyOntologyExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||