Uses of Interface
org.tweetyproject.web.services.sequenceexplanation.SequenceExplanationPost.SequenceExplanationCmd
Packages that use SequenceExplanationPost.SequenceExplanationCmd
-
Uses of SequenceExplanationPost.SequenceExplanationCmd in org.tweetyproject.web.services.sequenceexplanation
Classes in org.tweetyproject.web.services.sequenceexplanation that implement SequenceExplanationPost.SequenceExplanationCmdModifier and TypeClassDescriptionstatic classCommand payload for requesting sequence explanations.Methods in org.tweetyproject.web.services.sequenceexplanation that return SequenceExplanationPost.SequenceExplanationCmdModifier and TypeMethodDescriptionSequenceExplanationPost.getCmd()Returns the command payload for this request.Constructors in org.tweetyproject.web.services.sequenceexplanation with parameters of type SequenceExplanationPost.SequenceExplanationCmdModifierConstructorDescriptionSequenceExplanationPost(String email, int timeout, String unit_timeout, SequenceExplanationPost.SequenceExplanationCmd cmd) Creates a new request for sequence explanations.