Class AdmissibleReasoner
- java.lang.Object
-
- net.sf.tweety.arg.bipolar.reasoner.necessity.AdmissibleReasoner
-
public class AdmissibleReasoner extends java.lang.Object
a set of arguments S is admissible iff it is strongly coherent and defends all of its arguments.- Author:
- Lars Bengel
-
-
Constructor Summary
Constructors Constructor Description AdmissibleReasoner()
-
Method Summary
Modifier and Type Method Description ArgumentSet
getModel(NecessityArgumentationFramework bbase)
java.util.Collection<ArgumentSet>
getModels(NecessityArgumentationFramework bbase)
-
-
-
Method Detail
-
getModels
public java.util.Collection<ArgumentSet> getModels(NecessityArgumentationFramework bbase)
-
getModel
public ArgumentSet getModel(NecessityArgumentationFramework bbase)
-
-