Package net.sf.tweety.arg.dung.reasoner
Class SemiQualifiedReasoner
- java.lang.Object
-
- net.sf.tweety.arg.dung.reasoner.AbstractDungReasoner
-
- net.sf.tweety.arg.dung.reasoner.AbstractExtensionReasoner
-
- net.sf.tweety.arg.dung.reasoner.SemiQualifiedReasoner
-
- 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 SemiQualifiedReasoner extends AbstractExtensionReasoner
Reasoner for semi-qualified sigma-semantics. If sigma is a scc-decomposable semantics this reasoner will compute the qualified extensions for the semantics. In qualified semantics a undecided argument x is treated as out iff there are no other possible labelings where x is in. This means an argument y attacked by x and in a different scc can still be accepted(in) iff x is undecided or out in all possible labelings. see: TODO add reference- Author:
- Lars Bengel
-
-
Constructor Summary
Constructors Constructor Description SemiQualifiedReasoner(Semantics semantics)initialize reasoner with the given semantics as base function.
-
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
-
-
-
-
Constructor Detail
-
SemiQualifiedReasoner
public SemiQualifiedReasoner(Semantics semantics)
initialize reasoner with the given semantics as base function. Will only produce meaningful results if the given semantics is SCC-decomposable- Parameters:
semantics- a scc-decomposable semantics
-
-
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
-
-