Class ArgumentationFrameworkReply

java.lang.Object
org.tweetyproject.web.services.causal.ArgumentationFrameworkReply

public final class ArgumentationFrameworkReply extends Object
Reply object containing an argumentation framework in serializable form.
Author:
Oleksandr Dzhychko
  • Constructor Details

    • ArgumentationFrameworkReply

      public ArgumentationFrameworkReply(List<String> arguments, List<AttackDTO> attacks)
      Initialize a new Reply
      Parameters:
      arguments - list of argument strings
      attacks - list of attack strings
  • Method Details

    • getArguments

      public List<String> getArguments()
      Get the list of argument strings
      Returns:
      the list of argument strings
    • getAttacks

      public List<AttackDTO> getAttacks()
      Get the list of attack strings
      Returns:
      the list of attack strings
    • from

      public static ArgumentationFrameworkReply from(DungTheory argumentationFramework)
      Infer a reply from the given dung theory
      Parameters:
      argumentationFramework - some dung theory
      Returns:
      a new reply instance