Package net.sf.tweety.arg.aba.reasoner
Class PreferredReasoner<T extends net.sf.tweety.commons.Formula>
- java.lang.Object
-
- net.sf.tweety.arg.aba.reasoner.GeneralABAReasoner<T>
-
- net.sf.tweety.arg.aba.reasoner.PreferredReasoner<T>
-
- Type Parameters:
T- the language of the underlying ABA theory
- All Implemented Interfaces:
net.sf.tweety.commons.ModelProvider<Assumption<T>,ABATheory<T>,AbaExtension<T>>,net.sf.tweety.commons.QualitativeReasoner<ABATheory<T>,Assumption<T>>,net.sf.tweety.commons.Reasoner<Boolean,ABATheory<T>,Assumption<T>>
public class PreferredReasoner<T extends net.sf.tweety.commons.Formula> extends GeneralABAReasoner<T>
- Author:
- Nils Geilen (geilenn@uni-koblenz.de), Matthias Thimm This reasoner for ABA theories performs inference on the preferred extensions.
-
-
Constructor Summary
Constructors Constructor Description PreferredReasoner()
-
Method Summary
Modifier and Type Method Description Collection<AbaExtension<T>>getModels(ABATheory<T> abat)-
Methods inherited from class net.sf.tweety.arg.aba.reasoner.GeneralABAReasoner
getModel, query, query
-
-
-
-
Method Detail
-
getModels
public Collection<AbaExtension<T>> getModels(ABATheory<T> abat)
- Specified by:
getModelsin interfacenet.sf.tweety.commons.ModelProvider<Assumption<T extends net.sf.tweety.commons.Formula>,ABATheory<T extends net.sf.tweety.commons.Formula>,AbaExtension<T extends net.sf.tweety.commons.Formula>>- Specified by:
getModelsin classGeneralABAReasoner<T extends net.sf.tweety.commons.Formula>
-
-