Class AdmissibleReasoner
- java.lang.Object
-
- net.sf.tweety.arg.bipolar.reasoner.evidential.AdmissibleReasoner
-
public class AdmissibleReasoner extends java.lang.Object
a set of arguments S is admissible iff it is conflict-free and all elements of S are acceptable wrt. S.- Author:
- Lars Bengel
-
-
Constructor Summary
Constructors Constructor Description AdmissibleReasoner()
-
Method Summary
Modifier and Type Method Description ArgumentSet
getModel(EvidentialArgumentationFramework bbase)
java.util.Collection<ArgumentSet>
getModels(EvidentialArgumentationFramework bbase)
-
-
-
Method Detail
-
getModels
public java.util.Collection<ArgumentSet> getModels(EvidentialArgumentationFramework bbase)
-
getModel
public ArgumentSet getModel(EvidentialArgumentationFramework bbase)
-
-