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.adf
Subclasses of Callee in org.tweetyproject.web.services.adfModifier and TypeClassDescriptionclassThe ADFReasonerGetModelsCallee class represents a callee for obtaining multiple models using a specified AbstractExtensionReasoner and ADFTheory.classThe AdfReasonerQueryAllCallee class represents a callee for obtaining the credulous/skeptical arguments using a specified AbstractADFReasoner and AbstractDialecticalFramework.Methods in org.tweetyproject.web.services.adf that return CalleeModifier 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. -
Uses of Callee in org.tweetyproject.web.services.bipolar
Subclasses of Callee in org.tweetyproject.web.services.bipolarModifier and TypeClassDescriptionclassThe BipolarReasonerGetModelCallee class represents a callee for obtaining a model using a specified AbstractBipolarExtensionReasoner and AbstractBipolarFramework.classThe BipolarReasonerGetModelsCallee class represents a callee for obtaining multiple models using a specified AbstractBipolarExtensionReasoner and AbstractBipolarFramework.classThe DungReasonerQueryAllCallee class represents a callee for obtaining the credulous/skeptical arguments using a specified AbstractExtensionReasoner and BipolarArgumentationFramework.Methods in org.tweetyproject.web.services.bipolar that return CalleeModifier and TypeMethodDescriptionstatic CalleeBipolarReasonerCalleeFactory.getCallee(BipolarReasonerCalleeFactory.Command cmd, AbstractBipolarExtensionReasoner reasoner, BipolarArgumentationFramework bbase) Creates and returns a Callee instance based on the provided Command, AbstractBipolarExtensionReasoner, and AbstractBipolarFramework parameters. -
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.classThe DungReasonerQueryAllCallee class represents a callee for obtaining the credulous/skeptical arguments 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. -
Uses of Callee in org.tweetyproject.web.services.iaf
Subclasses of Callee in org.tweetyproject.web.services.iafModifier and TypeClassDescriptionclassThe DungReasonerGetModelsCallee class represents a callee for obtaining multiple models using a specified IncompleteReasoner and IncompleteTheory.classThe DungReasonerQueryAllCallee class represents a callee for obtaining the credulous/skeptical arguments using a specified AbstractExtensionReasoner and IncompleteTheory.Methods in org.tweetyproject.web.services.iaf that return CalleeModifier and TypeMethodDescriptionstatic CalleeIafReasonerCalleeFactory.getCallee(IafReasonerCalleeFactory.Command cmd, IncompleteReasoner reasoner, IncompleteTheory bbase) Creates and returns a Callee instance based on the provided Command, IncompleteReasoner, and IncompleteTheory parameters. -
Uses of Callee in org.tweetyproject.web.services.paf
Subclasses of Callee in org.tweetyproject.web.services.pafModifier and TypeClassDescriptionclassCallable that queries the probability of a single argument in a PAF.classCallable that queries the probability of a single argument in a PAF.Methods in org.tweetyproject.web.services.paf that return CalleeModifier and TypeMethodDescriptionstatic CalleePafReasonerCalleeFactory.getCallee(PafReasonerCalleeFactory.Command cmd, AbstractPafReasoner reasoner, ProbabilisticArgumentationFramework paf) Creates the appropriateCalleefor the given command. -
Uses of Callee in org.tweetyproject.web.services.rankings
Subclasses of Callee in org.tweetyproject.web.services.rankingsModifier and TypeClassDescriptionclassCallee for getting a ranking modelMethods in org.tweetyproject.web.services.rankings that return CalleeModifier and TypeMethodDescriptionstatic CalleeRankingReasonerCalleeFactory.getCallee(RankingReasonerCalleeFactory.Command cmd, AbstractRankingReasoner<?> reasoner, DungTheory bbase) Creates and returns a Callee instance based on the provided Command, AbstractRankingReasoner, and DungTheory parameters.