Uses of Class
org.tweetyproject.arg.explanations.semantics.DialectialSequenceExplanation
Packages that use DialectialSequenceExplanation
Package
Description
-
Uses of DialectialSequenceExplanation in org.tweetyproject.web.services.causal
Methods in org.tweetyproject.web.services.causal that return types with arguments of type DialectialSequenceExplanationModifier and TypeMethodDescriptionCausalReasonerService.SequenceExplanations.getPerAtomSequenceExplanations()Returns the sequence explanations grouped by conclusion atom.Constructor parameters in org.tweetyproject.web.services.causal with type arguments of type DialectialSequenceExplanationModifierConstructorDescriptionSequenceExplanations(Set<Attack> attacks, Map<Proposition, List<DialectialSequenceExplanation>> perAtomSequenceExplanations) Initialize new instance -
Uses of DialectialSequenceExplanation in org.tweetyproject.web.services.sequenceexplanation
Methods in org.tweetyproject.web.services.sequenceexplanation that return types with arguments of type DialectialSequenceExplanationModifier and TypeMethodDescriptionSequenceExplanationService.SequenceExplanations.getPerArgumentSequenceExplanations()Returns the sequence explanations grouped by argument.Methods in org.tweetyproject.web.services.sequenceexplanation with parameters of type DialectialSequenceExplanationModifier and TypeMethodDescriptionDialectialSequenceExplanationDTO.from(DialectialSequenceExplanation explanation) Serialize a dialectial sequence explanationMethod parameters in org.tweetyproject.web.services.sequenceexplanation with type arguments of type DialectialSequenceExplanationModifier and TypeMethodDescriptionstatic List<DialectialSequenceExplanationDTO>DialectialSequenceExplanationDTO.from(List<DialectialSequenceExplanation> explanations) Serialize a list of dialectial sequence explanationsConstructor parameters in org.tweetyproject.web.services.sequenceexplanation with type arguments of type DialectialSequenceExplanationModifierConstructorDescriptionSequenceExplanations(Map<Argument, List<DialectialSequenceExplanation>> perAtomSequenceExplanations) Creates a new container for sequence explanations.