public class MinSubsumesQuery extends SubsumptionQuery
GOEDEL, KLEENE_DIENES, LUKASIEWICZ, ZADEH| Constructor and Description |
|---|
MinSubsumesQuery(Concept c1,
Concept c2,
int type) |
| Modifier and Type | Method and Description |
|---|---|
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 MinSubsumesQuery(Concept c1, Concept c2, int type) throws FuzzyOntologyException
FuzzyOntologyExceptionpublic void preprocess(KnowledgeBase kb) throws FuzzyOntologyException, InconsistentOntologyException
Querypreprocess in class Querykb - A fuzzy KB.FuzzyOntologyException - fuzzy ontology exception.InconsistentOntologyException - Inconsistent ontology.public Solution solve(KnowledgeBase kb) throws FuzzyOntologyException
Querysolve in class Querykb - A fuzzy KB.FuzzyOntologyException - fuzzy ontology exception.