public class MomDefuzzifyQuery extends DefuzzifyQuery
| Constructor and Description |
|---|
MomDefuzzifyQuery(Concept c,
Individual ind,
java.lang.String featureName) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getObjExpression(Variable q)
Gets the objective expression.
|
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 MomDefuzzifyQuery(Concept c, Individual ind, java.lang.String featureName)
public void preprocess(KnowledgeBase kb) throws FuzzyOntologyException
Querypreprocess in class DefuzzifyQuerykb - A fuzzy KB.FuzzyOntologyException - fuzzy ontology exception.public Solution solve(KnowledgeBase kb) throws FuzzyOntologyException
Querysolve in class DefuzzifyQuerykb - A fuzzy KB.FuzzyOntologyException - fuzzy ontology exception.public java.lang.String toString()
Querypublic Expression getObjExpression(Variable q)
DefuzzifyQuerygetObjExpression in class DefuzzifyQueryq - Variable taking part in the query.