Uses of Enum
org.tweetyproject.web.services.aba.AbaReasonerCalleeFactory.Command
Packages that use AbaReasonerCalleeFactory.Command
-
Uses of AbaReasonerCalleeFactory.Command in org.tweetyproject.web.services.aba
Methods in org.tweetyproject.web.services.aba that return AbaReasonerCalleeFactory.CommandModifier and TypeMethodDescriptionAbaReasonerCalleeFactory.Command.getCommand
(String id) Gets the Command enum based on the provided ID.static AbaReasonerCalleeFactory.Command[]
AbaReasonerCalleeFactory.getCommands()
Gets an array of all supported commands.Returns the enum constant of this type with the specified name.static AbaReasonerCalleeFactory.Command[]
AbaReasonerCalleeFactory.Command.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tweetyproject.web.services.aba with parameters of type AbaReasonerCalleeFactory.CommandModifier and TypeMethodDescriptionAbaReasonerCalleeFactory.getCallee
(AbaReasonerCalleeFactory.Command cmd, GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> a) Creates a new callee instance based on the provided command, ABA reasoner, ABA theory, and assumption.