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