Class SimpleCoherentAdmissibleReasoner
java.lang.Object
org.tweetyproject.arg.bipolar.reasoner.AbstractBipolarExtensionReasoner
org.tweetyproject.arg.bipolar.reasoner.SimpleCoherentAdmissibleReasoner
- All Implemented Interfaces:
ModelProvider<Argument,,BipolarArgumentationFramework, Extension<BipolarArgumentationFramework>> PostulateEvaluatable<Argument>,QualitativeReasoner<BipolarArgumentationFramework,,Argument> Reasoner<Boolean,BipolarArgumentationFramework, Argument>
Reasoner for coherent admissible sets (also called s-admissible sets) in bipolar argumentation.
- Author:
- Lars Bengel
- See Also:
-
- "Cayrol, C. and M.-C. Lagasquie-Schiex. 'On the acceptability of arguments in bipolar argumentation frameworks'. ECSQARU’05, pp. 378–389, 2005"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a single (dedicated) model of the given belief base.Returns a characterizing model of the given belief baseMethods inherited from class org.tweetyproject.arg.bipolar.reasoner.AbstractBipolarExtensionReasoner
getSimpleReasonerForSemantics, isInstalled, query, query, queryAll
-
Constructor Details
-
SimpleCoherentAdmissibleReasoner
public SimpleCoherentAdmissibleReasoner()
-
-
Method Details
-
getModels
public Collection<Extension<BipolarArgumentationFramework>> getModels(BipolarArgumentationFramework bbase) Description copied from interface:ModelProviderReturns a characterizing model of the given belief base- Parameters:
bbase- some belief base- Returns:
- the (selected) models of the belief base
-
getModel
Description copied from interface:ModelProviderReturns a single (dedicated) model of the given belief base. If the implemented method allows for more than one dedicated model, the selection may be non-deterministic.- Parameters:
bbase- some belief base- Returns:
- a selected model of the belief base.
-