Uses of Enum
org.tweetyproject.web.services.paf.PafReasonerCalleeFactory.Command
Packages that use PafReasonerCalleeFactory.Command
-
Uses of PafReasonerCalleeFactory.Command in org.tweetyproject.web.services.paf
Methods in org.tweetyproject.web.services.paf that return PafReasonerCalleeFactory.CommandModifier and TypeMethodDescriptionPafReasonerCalleeFactory.Command.getCommand(String id) Looks up a command by its string identifier.static PafReasonerCalleeFactory.Command[]PafReasonerCalleeFactory.getCommands()Returns all available commands.Returns the enum constant of this type with the specified name.static PafReasonerCalleeFactory.Command[]PafReasonerCalleeFactory.Command.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tweetyproject.web.services.paf with parameters of type PafReasonerCalleeFactory.CommandModifier and TypeMethodDescriptionstatic CalleePafReasonerCalleeFactory.getCallee(PafReasonerCalleeFactory.Command cmd, AbstractPafReasoner reasoner, ProbabilisticArgumentationFramework paf) Creates the appropriateCalleefor the given command.