Class SimpleClStableReasoner
java.lang.Object
org.tweetyproject.arg.dung.reasoner.AbstractClaimBasedReasoner
org.tweetyproject.arg.dung.reasoner.SimpleClStableReasoner
- All Implemented Interfaces:
ModelProvider<ClaimArgument,
,ClaimBasedTheory, ClaimSet> QualitativeReasoner<ClaimBasedTheory,
,ClaimArgument> Reasoner<Boolean,
ClaimBasedTheory, ClaimArgument>
a claim based stable reaonser
- Author:
- Sebastian Franke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModel
(ClaimBasedTheory bbase) get one claim sets that fulfill the given semanticsgetModels
(ClaimBasedTheory bbase) get all claim sets that fulfill the given semanticsboolean
Methods inherited from class org.tweetyproject.arg.dung.reasoner.AbstractClaimBasedReasoner
query
-
Constructor Details
-
SimpleClStableReasoner
public SimpleClStableReasoner()
-
-
Method Details
-
getModels
Description copied from class:AbstractClaimBasedReasoner
get all claim sets that fulfill the given semantics- Specified by:
getModels
in interfaceModelProvider<ClaimArgument,
ClaimBasedTheory, ClaimSet> - Specified by:
getModels
in classAbstractClaimBasedReasoner
- Parameters:
bbase
- the claim based thory- Returns:
- all extensions of the semantics
-
getModel
Description copied from class:AbstractClaimBasedReasoner
get one claim sets that fulfill the given semantics- Specified by:
getModel
in interfaceModelProvider<ClaimArgument,
ClaimBasedTheory, ClaimSet> - Specified by:
getModel
in classAbstractClaimBasedReasoner
- Parameters:
bbase
- the claim based thory- Returns:
- an extensions of the semantics
-
isInstalled
public boolean isInstalled()- Returns:
- if the solver is installed
-