Uses of Enum
org.tweetyproject.web.services.dung.DungReasonerCalleeFactory.Command
-
Uses of DungReasonerCalleeFactory.Command in org.tweetyproject.web.services.dung
Modifier 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.Modifier 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.