|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.Query
public abstract class Query
Query.
| Constructor Summary | |
|---|---|
Query()
|
|
| Method Summary | |
|---|---|
abstract void |
preprocess(KnowledgeBase kb)
Performs some preprocessing steps of the query over a fuzzy KB. |
abstract Solution |
solve(KnowledgeBase kb)
Solves the query over a fuzzy KB. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public abstract void preprocess(KnowledgeBase kb)
throws FuzzyOntologyException
kb - A fuzzy KB.
FuzzyOntologyException
public abstract Solution solve(KnowledgeBase kb)
throws FuzzyOntologyException
kb - A fuzzy KB.
FuzzyOntologyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||