public abstract class Query
extends java.lang.Object
Constructor and Description |
---|
Query() |
Modifier and Type | Method and Description |
---|---|
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.
|
abstract java.lang.String |
toString()
Gets the name of the query.
|
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
public abstract java.lang.String toString()
toString
in class java.lang.Object