Class SimpleClSemistableReasoner
java.lang.Object
org.tweetyproject.arg.dung.reasoner.AbstractClaimBasedReasoner
org.tweetyproject.arg.dung.reasoner.SimpleClSemistableReasoner
- All Implemented Interfaces:
ModelProvider<ClaimArgument,,ClaimBasedTheory, ClaimSet> QualitativeReasoner<ClaimBasedTheory,,ClaimArgument> Reasoner<Boolean,ClaimBasedTheory, ClaimArgument>
a simple claimbased semi stable reasoner
- Author:
- Sebastian Franke
-
Constructor Summary
Constructors -
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 semanticsbooleanMethods inherited from class org.tweetyproject.arg.dung.reasoner.AbstractClaimBasedReasoner
query
-
Constructor Details
-
SimpleClSemistableReasoner
public SimpleClSemistableReasoner()
-
-
Method Details
-
getModels
Description copied from class:AbstractClaimBasedReasonerget all claim sets that fulfill the given semantics- Specified by:
getModelsin interfaceModelProvider<ClaimArgument,ClaimBasedTheory, ClaimSet> - Specified by:
getModelsin classAbstractClaimBasedReasoner- Parameters:
bbase- the claim based thory- Returns:
- all extensions of the semantics
-
getModel
Description copied from class:AbstractClaimBasedReasonerget one claim sets that fulfill the given semantics- Specified by:
getModelin interfaceModelProvider<ClaimArgument,ClaimBasedTheory, ClaimSet> - Specified by:
getModelin classAbstractClaimBasedReasoner- Parameters:
bbase- the claim based thory- Returns:
- one extensions of the semantics
-
isInstalled
public boolean isInstalled()- Returns:
- if the solver is installed
-