B - the belief base type that can be queriedF - the type of formulas that can be queriespublic interface QualitativeReasoner<B extends BeliefBase,F extends Formula> extends Reasoner<java.lang.Boolean,B,F>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
query(B beliefbase,
F formula)
Queries the given belief base for the given formula.
|