Uses of Interface
net.sf.tweety.commons.Reasoner
-
Packages that use Reasoner Package Description net.sf.tweety.commons -
-
Uses of Reasoner in net.sf.tweety.commons
Subinterfaces of Reasoner in net.sf.tweety.commons Modifier and Type Interface Description interfaceQualitativeReasoner<B extends BeliefBase,F extends Formula>The general interface for objects that are able to query a belief base with some formula and return either TRUE or FALSE as answer.interfaceQuantitativeReasoner<B extends BeliefBase,F extends Formula>The general interface for objects that are able to query a belief base with some formula and return a degree (double value) of its acceptability.
-