Class CompleteReasoner
- java.lang.Object
-
- net.sf.tweety.arg.bipolar.reasoner.evidential.CompleteReasoner
-
public class CompleteReasoner extends java.lang.Object
a set of arguments S is complete iff it is admissible and all arguments acceptable wrt. S are in S.- Author:
- Lars Bengel
-
-
Constructor Summary
Constructors Constructor Description CompleteReasoner()
-
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)
-
-