public class BnpQuery extends Query
| Constructor and Description |
|---|
BnpQuery(TriangularFuzzyNumber c) |
| 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 BnpQuery(TriangularFuzzyNumber c)
public void preprocess(KnowledgeBase kb)
Querypreprocess in class Querykb - A fuzzy KB.public Solution solve(KnowledgeBase kb)
Query