Class StableReasoner<T extends Formula>
java.lang.Object
org.tweetyproject.arg.aba.reasoner.GeneralAbaReasoner<T>
org.tweetyproject.arg.aba.reasoner.StableReasoner<T>
- Type Parameters:
- T- the language of the underlying ABA theory
- All Implemented Interfaces:
- ModelProvider<Assumption<T>,,- AbaTheory<T>, - AbaExtension<T>> - QualitativeReasoner<AbaTheory<T>,,- Assumption<T>> - Reasoner<Boolean,- AbaTheory<T>, - Assumption<T>> 
This reasoner for ABA theories performs inference on the stable extensions.
- Author:
- Nils Geilen (geilenn@uni-koblenz.de), Matthias Thimm
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a characterizing model of the given belief basebooleanthe solver is natively installed and is therefore always installedMethods inherited from class org.tweetyproject.arg.aba.reasoner.GeneralAbaReasonergetModel, query, query
- 
Constructor Details- 
StableReasonerpublic StableReasoner()
 
- 
- 
Method Details- 
getModelsDescription copied from interface:ModelProviderReturns a characterizing model of the given belief base- Specified by:
- getModelsin interface- ModelProvider<Assumption<T extends Formula>,- AbaTheory<T extends Formula>, - AbaExtension<T extends Formula>> 
- Specified by:
- getModelsin class- GeneralAbaReasoner<T extends Formula>
- Parameters:
- abat- some belief base
- Returns:
- the (selected) models of the belief base
 
- 
isInstalledpublic boolean isInstalled()the solver is natively installed and is therefore always installed- Returns:
- if the solver is installed
 
 
-