Class RuleBasedCReasoner

  • All Implemented Interfaces:
    net.sf.tweety.commons.ModelProvider<Conditional,​ClBeliefSet,​RankingFunction>, net.sf.tweety.commons.QualitativeReasoner<ClBeliefSet,​net.sf.tweety.logics.pl.syntax.PlFormula>, net.sf.tweety.commons.Reasoner<Boolean,​ClBeliefSet,​net.sf.tweety.logics.pl.syntax.PlFormula>

    public class RuleBasedCReasoner
    extends AbstractConditionalLogicReasoner
    This is a reasoner using c-representation and rules to solve these c-representations. It contains a list of rules whereby the first rule is the rule with the highest priorization, that means it is applied first.
    Author:
    Tim Janus, Matthias Thimm