Class SelfSupportingReasoner
java.lang.Object
org.tweetyproject.arg.bipolar.reasoner.evidential.SelfSupportingReasoner
a set of arguments S is self-supporting iff all arguments in S are
e-supported by S.
- Author:
- Lars Bengel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn a modelComputes all self-supporting argument sets from the given evidential argumentation framework.
-
Constructor Details
-
SelfSupportingReasoner
public SelfSupportingReasoner()
-
-
Method Details
-
getModels
Computes all self-supporting argument sets from the given evidential argumentation framework.- Parameters:
bbase
- The evidential argumentation framework containing arguments and support relations.- Returns:
- A collection of self-supporting argument sets.
-
getModel
Return a model- Parameters:
bbase
- arg framework- Returns:
- a model
-