Uses of Enum
org.tweetyproject.web.services.causal.CausalReasonerPost.Cmd
Packages that use CausalReasonerPost.Cmd
-
Uses of CausalReasonerPost.Cmd in org.tweetyproject.web.services.causal
Methods in org.tweetyproject.web.services.causal that return CausalReasonerPost.CmdModifier and TypeMethodDescriptionCausalReasonerPost.getCmd()Returns the command to execute.static CausalReasonerPost.CmdReturns the enum constant of this type with the specified name.static CausalReasonerPost.Cmd[]CausalReasonerPost.Cmd.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tweetyproject.web.services.causal with parameters of type CausalReasonerPost.CmdModifier and TypeMethodDescriptionvoidCausalReasonerPost.setCmd(CausalReasonerPost.Cmd cmd) Sets the command to execute.Constructors in org.tweetyproject.web.services.causal with parameters of type CausalReasonerPost.CmdModifierConstructorDescriptionCausalReasonerPost(CausalReasonerPost.Cmd cmd, String email, String kb, String observations, String conclusionsFilter, int timeout, String unit_timeout) Initialize new CausalReasonerPost