Uses of Class
org.tweetyproject.web.services.sequenceexplanation.AttackDTO
Packages that use AttackDTO
Package
Description
-
Uses of AttackDTO in org.tweetyproject.web.services.causal
Methods in org.tweetyproject.web.services.causal that return types with arguments of type AttackDTOModifier and TypeMethodDescriptionArgumentationFrameworkReply.getAttacks()Get the list of attack stringsSequenceExplanationReply.getAttacks()Returns the serialized attack relations.Constructor parameters in org.tweetyproject.web.services.causal with type arguments of type AttackDTOModifierConstructorDescriptionSequenceExplanationReply(List<AttackDTO> attacks, Map<String, List<DialectialSequenceExplanationDTO>> perAtomSequenceExplanations) Creates a new sequence explanation reply. -
Uses of AttackDTO in org.tweetyproject.web.services.sequenceexplanation
Methods in org.tweetyproject.web.services.sequenceexplanation that return AttackDTOMethods in org.tweetyproject.web.services.sequenceexplanation that return types with arguments of type AttackDTOModifier and TypeMethodDescriptionAttackDTO.from(Collection<Attack> attacks) Serialize a collection of attacksSequenceExplanationPost.GetSequenceExplanationsCmd.getAttacks()Returns the attack relations used for the request.Constructor parameters in org.tweetyproject.web.services.sequenceexplanation with type arguments of type AttackDTOModifierConstructorDescriptionGetSequenceExplanationsCmd(List<AttackDTO> attacks, List<String> argumentFilter) Creates a new command for retrieving sequence explanations.