Class PreferredReasoner
- java.lang.Object
-
- net.sf.tweety.arg.bipolar.reasoner.necessity.PreferredReasoner
-
public class PreferredReasoner extends java.lang.Object
a set of arguments S is preferred iff it is maximal wrt set inclusion admissible.- Author:
- Lars Bengel
-
-
Constructor Summary
Constructors Constructor Description PreferredReasoner()
-
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)
-
-