public class KbSatisfiableQuery extends Query
| Constructor and Description |
|---|
KbSatisfiableQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConsistentKB(KnowledgeBase kb) |
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()
Gets the name of the query.
|
getTotalTime, setInitialTime, setTotalTimepublic KbSatisfiableQuery()
throws FuzzyOntologyException
FuzzyOntologyExceptionpublic void preprocess(KnowledgeBase kb) throws FuzzyOntologyException
Querypreprocess in class Querykb - A fuzzy KB.FuzzyOntologyException - fuzzy ontology exception.public Solution solve(KnowledgeBase kb) throws FuzzyOntologyException
Querysolve in class Querykb - A fuzzy KB.FuzzyOntologyException - fuzzy ontology exception.public boolean isConsistentKB(KnowledgeBase kb) throws FuzzyOntologyException, InconsistentOntologyException