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