- All Implemented Interfaces:
- net.sf.tweety.commons.ModelProvider<net.sf.tweety.logics.fol.syntax.FolFormula,DefaultTheory,Extension>, net.sf.tweety.commons.QualitativeReasoner<DefaultTheory,net.sf.tweety.logics.fol.syntax.FolFormula>, net.sf.tweety.commons.Reasoner<Boolean,DefaultTheory,net.sf.tweety.logics.fol.syntax.FolFormula>
public class NaiveDefaultReasoner
extends Object
implements net.sf.tweety.commons.QualitativeReasoner<DefaultTheory,net.sf.tweety.logics.fol.syntax.FolFormula>, net.sf.tweety.commons.ModelProvider<net.sf.tweety.logics.fol.syntax.FolFormula,DefaultTheory,Extension>
Implements a naive reasoner for default logic based on exhaustive
application of defaults in process trees.
- Author:
- Matthias Thimm, Nils Geilen