Package net.sf.tweety.logics.cl.reasoner
Class RuleBasedCReasoner
- java.lang.Object
-
- net.sf.tweety.logics.cl.reasoner.AbstractConditionalLogicReasoner
-
- net.sf.tweety.logics.cl.reasoner.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRuleBasedCReasoner.RuleA rule that is applicable by theRuleBasedCReasonerto reason a c-representation given a conditional belief base.
-
Constructor Summary
Constructors Constructor Description RuleBasedCReasoner()RuleBasedCReasoner(boolean humanFriendly)
-
Method Summary
Modifier and Type Method Description RankingFunctiongetModel(ClBeliefSet beliefset)-
Methods inherited from class net.sf.tweety.logics.cl.reasoner.AbstractConditionalLogicReasoner
getModels, query
-
-
-
-
Method Detail
-
getModel
public RankingFunction getModel(ClBeliefSet beliefset)
- Specified by:
getModelin interfacenet.sf.tweety.commons.ModelProvider<Conditional,ClBeliefSet,RankingFunction>- Specified by:
getModelin classAbstractConditionalLogicReasoner
-
-