Uses of Class
org.tweetyproject.web.services.Callee
Packages that use Callee
Package
Description
-
Uses of Callee in org.tweetyproject.web.services.aba
Subclasses of Callee in org.tweetyproject.web.services.abaModifier and TypeClassDescriptionclassAbaReasonerGetModelCallee<T extends Formula>The AbaReasonerGetModelCallee class extends the Callee class and represents a callee responsible for obtaining some model from an Argumentation-Based Argumentation (ABA) reasoner.classAbaReasonerGetModelsCallee<T extends Formula>The AbaReasonerGetModelsCallee class extends the Callee class and represents a callee responsible for obtaining multiple models from an Argumentation-Based Argumentation (ABA) reasoner.classAbaReasonerQueryCallee<T extends Formula>The AbaReasonerQueryCallee class extends the Callee class and represents a callee responsible for querying an assumption in Argumentation-Based Argumentation (ABA).Methods in org.tweetyproject.web.services.aba that return CalleeModifier 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. -
Uses of Callee in org.tweetyproject.web.services.delp
Subclasses of Callee in org.tweetyproject.web.services.delpModifier and TypeClassDescriptionclassThe DeLPCallee class represents a callee for querying a Defeasible Logic Program (DeLP) using a specified DefeasibleLogicProgram, DelpReasoner, and Formula. -
Uses of Callee in org.tweetyproject.web.services.dung
Subclasses of Callee in org.tweetyproject.web.services.dungModifier and TypeClassDescriptionclassThe DungReasonerGetModelCallee class represents a callee for obtaining a model using a specified AbstractExtensionReasoner and DungTheory.classThe DungReasonerGetModelsCallee class represents a callee for obtaining multiple models using a specified AbstractExtensionReasoner and DungTheory.Methods in org.tweetyproject.web.services.dung that return CalleeModifier and TypeMethodDescriptionstatic CalleeDungReasonerCalleeFactory.getCallee(DungReasonerCalleeFactory.Command cmd, AbstractExtensionReasoner reasoner, DungTheory bbase) Creates and returns a Callee instance based on the provided Command, AbstractExtensionReasoner, and DungTheory parameters.