Uses of Class
org.tweetyproject.arg.aba.reasoner.GeneralAbaReasoner
-
Uses of GeneralAbaReasoner in org.tweetyproject.arg.aba.reasoner
Modifier and TypeClassDescriptionclass
CompleteReasoner<T extends Formula>
This reasoner for ABA theories performs inference on the complete extensions.class
FlatAbaReasoner<T extends Formula>
This class models a reasoner over ABA formulae.class
IdealReasoner<T extends Formula>
This reasoner for ABA theories performs inference on the ideal extension.class
PreferredReasoner<T extends Formula>
This reasoner for ABA theories performs inference on the preferred extensions.class
StableReasoner<T extends Formula>
This reasoner for ABA theories performs inference on the stable extensions.class
WellFoundedReasoner<T extends Formula>
This reasoner for ABA theories performs inference on the ideal extension. -
Uses of GeneralAbaReasoner in org.tweetyproject.web.services.aba
Modifier and TypeMethodDescriptionstatic <T> GeneralAbaReasoner
GeneralAbaReasonerFactory.getReasoner
(GeneralAbaReasonerFactory.Semantics sem) Return a reasonerModifier 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.ModifierConstructorDescriptionAbaReasonerGetModelCallee
(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.