Class PreferredReasoner
- java.lang.Object
-
- net.sf.tweety.arg.bipolar.reasoner.necessity.PreferredReasoner
-
public class PreferredReasoner extends 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 ArgumentSetgetModel(NecessityArgumentationFramework bbase)Collection<ArgumentSet>getModels(NecessityArgumentationFramework bbase)
-
-
-
Method Detail
-
getModels
public Collection<ArgumentSet> getModels(NecessityArgumentationFramework bbase)
-
getModel
public ArgumentSet getModel(NecessityArgumentationFramework bbase)
-
-