Package net.sf.tweety.commons
Interface Reasoner<O,B extends BeliefBase,F extends Formula>
-
- Type Parameters:
O- the type of output to a queryB- the belief base type that can be queriedF- the type of formulas that can be queries
- All Known Subinterfaces:
QualitativeReasoner<B,F>,QuantitativeReasoner<B,F>
public interface Reasoner<O,B extends BeliefBase,F extends Formula>The general interface for objects that are able to query a belief base with some formula.- Author:
- Matthias Thimm