Class ConflictFreeReasoner
- java.lang.Object
-
- net.sf.tweety.arg.bipolar.reasoner.evidential.ConflictFreeReasoner
-
public class ConflictFreeReasoner extends java.lang.Object
a set of arguments S is conflict-free iff there exists no attack between a subset of S and an element of S.- Author:
- Lars Bengel
-
-
Constructor Summary
Constructors Constructor Description ConflictFreeReasoner()
-
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)
-
-