Uses of Class
org.tweetyproject.arg.aba.reasoner.GeneralAbaReasoner
Packages that use GeneralAbaReasoner
-
Uses of GeneralAbaReasoner in org.tweetyproject.arg.aba.reasoner
Subclasses of GeneralAbaReasoner in org.tweetyproject.arg.aba.reasonerModifier and TypeClassDescriptionclassCompleteReasoner<T extends Formula>This reasoner for ABA theories performs inference on the complete extensions.classFlatAbaReasoner<T extends Formula>This class models a reasoner over ABA formulae.classIdealReasoner<T extends Formula>This reasoner for ABA theories performs inference on the ideal extension.classPreferredReasoner<T extends Formula>This reasoner for ABA theories performs inference on the preferred extensions.classStableReasoner<T extends Formula>This reasoner for ABA theories performs inference on the stable extensions.classWellFoundedReasoner<T extends Formula>This reasoner for ABA theories performs inference on the ideal extension. -
Uses of GeneralAbaReasoner in org.tweetyproject.web.services.aba
Methods in org.tweetyproject.web.services.aba that return GeneralAbaReasonerModifier and TypeMethodDescriptionstatic <T> GeneralAbaReasonerGeneralAbaReasonerFactory.getReasoner(GeneralAbaReasonerFactory.Semantics sem) Return a reasonerMethods in org.tweetyproject.web.services.aba with parameters of type GeneralAbaReasonerModifier and TypeMethodDescriptionAbaReasonerCalleeFactory.getCallee(AbaReasonerCalleeFactory.Command cmd, GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> a) Creates a new callee instance based on the provided command, ABA reasoner, ABA theory, and assumption.Constructors in org.tweetyproject.web.services.aba with parameters of type GeneralAbaReasonerModifierConstructorDescriptionAbaReasonerGetModelCallee(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase) Constructor for AbaReasonerGetModelCallee.AbaReasonerGetModelsCallee(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase) Constructor for AbaReasonerGetModelsCallee.AbaReasonerQueryCallee(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> assumption) Constructor for AbaReasonerQueryCallee.