Uses of Enum Class
org.tweetyproject.web.services.aba.AbaReasonerCalleeFactory.Command
Packages that use AbaReasonerCalleeFactory.Command
- 
Uses of AbaReasonerCalleeFactory.Command in org.tweetyproject.web.services.aba
Subclasses with type arguments of type AbaReasonerCalleeFactory.Command in org.tweetyproject.web.services.abaModifier and TypeClassDescriptionstatic enumEnumeration of supported commands for ABA reasoner.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 class with the specified name.static AbaReasonerCalleeFactory.Command[]AbaReasonerCalleeFactory.Command.values()Returns an array containing the constants of this enum class, 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.