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