Uses of Enum
org.tweetyproject.web.services.iaf.IafReasonerCalleeFactory.Command
Packages that use IafReasonerCalleeFactory.Command
-
Uses of IafReasonerCalleeFactory.Command in org.tweetyproject.web.services.iaf
Methods in org.tweetyproject.web.services.iaf that return IafReasonerCalleeFactory.CommandModifier and TypeMethodDescriptionIafReasonerCalleeFactory.Command.getCommand(String id) Retrieves the Command enum based on the provided ID.static IafReasonerCalleeFactory.Command[]IafReasonerCalleeFactory.getCommands()Retrieves an array of all available Command enums.Returns the enum constant of this type with the specified name.static IafReasonerCalleeFactory.Command[]IafReasonerCalleeFactory.Command.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tweetyproject.web.services.iaf with parameters of type IafReasonerCalleeFactory.CommandModifier 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.