Package net.sf.tweety.arg.dung.reasoner
Class SimplePreferredReasoner
- java.lang.Object
-
- net.sf.tweety.arg.dung.reasoner.AbstractDungReasoner
-
- net.sf.tweety.arg.dung.reasoner.AbstractExtensionReasoner
-
- net.sf.tweety.arg.dung.reasoner.SimplePreferredReasoner
-
- All Implemented Interfaces:
net.sf.tweety.commons.ModelProvider<Argument,DungTheory,Extension>,net.sf.tweety.commons.QualitativeReasoner<DungTheory,Argument>,net.sf.tweety.commons.Reasoner<Boolean,DungTheory,Argument>
public class SimplePreferredReasoner extends AbstractExtensionReasoner
This reasoner for Dung theories performs inference on the preferred extensions. Computes the set of all preferred extensions, i.e., all maximal admissable sets. It does so by first computing all complete extensions and then check for set maximality.- Author:
- Matthias Thimm
-
-
Constructor Summary
Constructors Constructor Description SimplePreferredReasoner()
-
Method Summary
Modifier and Type Method Description ExtensiongetModel(DungTheory bbase)Collection<Extension>getModels(DungTheory bbase)-
Methods inherited from class net.sf.tweety.arg.dung.reasoner.AbstractExtensionReasoner
getSimpleReasonerForSemantics, query, query
-
-
-
-
Method Detail
-
getModels
public Collection<Extension> getModels(DungTheory bbase)
- Specified by:
getModelsin interfacenet.sf.tweety.commons.ModelProvider<Argument,DungTheory,Extension>- Specified by:
getModelsin classAbstractExtensionReasoner
-
getModel
public Extension getModel(DungTheory bbase)
- Specified by:
getModelin interfacenet.sf.tweety.commons.ModelProvider<Argument,DungTheory,Extension>- Specified by:
getModelin classAbstractExtensionReasoner
-
-