Uses of Class
org.tweetyproject.arg.adf.reasoner.AbstractADFReasoner
Packages that use AbstractADFReasoner
-
Uses of AbstractADFReasoner in org.tweetyproject.arg.adf.reasoner
Subclasses of AbstractADFReasoner in org.tweetyproject.arg.adf.reasonerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.since 1.19, for removal in future versionsclassDeprecated, for removal: This API element is subject to removal in a future version.since 1.19, for removal in future versionsclassDeprecated, for removal: This API element is subject to removal in a future version.since 1.19, for removal in future versionsclassDeprecated, for removal: This API element is subject to removal in a future version.since 1.19, for removal in future versionsclassDeprecated, for removal: This API element is subject to removal in a future version.since 1.19, for removal in future versionsclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.since 1.19, marked for removal in future versionsclassDeprecated, for removal: This API element is subject to removal in a future version.This class is deprecated and scheduled for removal since version 1.19. -
Uses of AbstractADFReasoner in org.tweetyproject.web.services.adf
Methods in org.tweetyproject.web.services.adf that return AbstractADFReasonerModifier and TypeMethodDescriptionstatic AbstractADFReasonerAbstractAdfReasonerFactory.getReasoner(Semantics sem) Creates a new reasoner measure of the given semantics with default settings.Methods in org.tweetyproject.web.services.adf with parameters of type AbstractADFReasonerModifier and TypeMethodDescriptionstatic CalleeAdfReasonerCalleeFactory.getCallee(AdfReasonerCalleeFactory.Command cmd, AbstractADFReasoner reasoner, AbstractDialecticalFramework bbase) Creates and returns a Callee instance based on the provided Command, AbstractADFReasoner, and ADF parameters.Constructors in org.tweetyproject.web.services.adf with parameters of type AbstractADFReasonerModifierConstructorDescriptionAdfReasonerGetModelsCallee(AbstractADFReasoner reasoner, AbstractDialecticalFramework bbase) Constructs a new AdfReasonerGetModelsCallee with the specified reasoner and base ADF.AdfReasonerQueryAllCallee(AbstractADFReasoner reasoner, AbstractDialecticalFramework bbase, InferenceMode mode) Constructs a new AdfReasonerGetModelCallee with the specified reasoner and base AbstractDialecticalFramework.
AbstractDialecticalFramework.query()instead