Package net.sf.tweety.commons
Interface QualitativeReasoner<B extends BeliefBase,F extends Formula>
-
- Type Parameters:
B- the belief base type that can be queriedF- the type of formulas that can be queries
public interface QualitativeReasoner<B extends BeliefBase,F extends Formula> extends Reasoner<Boolean,B,F>
The general interface for objects that are able to query a belief base with some formula and return either TRUE or FALSE as answer.- Author:
- Matthias Thimm