Uses of Enum Class
org.tweetyproject.web.services.dung.DungReasonerCalleeFactory.Command
Packages that use DungReasonerCalleeFactory.Command
-
Uses of DungReasonerCalleeFactory.Command in org.tweetyproject.web.services.dung
Subclasses with type arguments of type DungReasonerCalleeFactory.Command in org.tweetyproject.web.services.dungModifier and TypeClassDescriptionstatic enumEnumeration of commands supported by the factory, each with a unique ID and label.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 class with the specified name.static DungReasonerCalleeFactory.Command[]DungReasonerCalleeFactory.Command.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tweetyproject.web.services.dung with parameters of type DungReasonerCalleeFactory.CommandModifier 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.