Uses of Enum
org.tweetyproject.web.services.dung.DungReasonerCalleeFactory.Command
Packages that use DungReasonerCalleeFactory.Command
-
Uses of DungReasonerCalleeFactory.Command in org.tweetyproject.web.services.dung
Methods in org.tweetyproject.web.services.dung that return DungReasonerCalleeFactory.CommandModifier and TypeMethodDescriptionDungReasonerCalleeFactory.Command.getCommand
(String id) Retrieves the Command enum based on the provided ID.static DungReasonerCalleeFactory.Command[]
DungReasonerCalleeFactory.getCommands()
Retrieves an array of all available Command enums.Returns the enum constant of this type with the specified name.static DungReasonerCalleeFactory.Command[]
DungReasonerCalleeFactory.Command.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tweetyproject.web.services.dung with parameters of type DungReasonerCalleeFactory.CommandModifier and TypeMethodDescriptionstatic Callee
DungReasonerCalleeFactory.getCallee
(DungReasonerCalleeFactory.Command cmd, AbstractExtensionReasoner reasoner, DungTheory bbase) Creates and returns a Callee instance based on the provided Command, AbstractExtensionReasoner, and DungTheory parameters.