Class ArgumentationFrameworkReply
java.lang.Object
org.tweetyproject.web.services.causal.ArgumentationFrameworkReply
Reply object containing an argumentation framework in serializable form.
- Author:
- Oleksandr Dzhychko
-
Constructor Summary
ConstructorsConstructorDescriptionArgumentationFrameworkReply(List<String> arguments, List<AttackDTO> attacks) Initialize a new Reply -
Method Summary
Modifier and TypeMethodDescriptionstatic ArgumentationFrameworkReplyfrom(DungTheory argumentationFramework) Infer a reply from the given dung theoryGet the list of argument stringsGet the list of attack strings
-
Constructor Details
-
ArgumentationFrameworkReply
Initialize a new Reply- Parameters:
arguments- list of argument stringsattacks- list of attack strings
-
-
Method Details
-
getArguments
Get the list of argument strings- Returns:
- the list of argument strings
-
getAttacks
Get the list of attack strings- Returns:
- the list of attack strings
-
from
Infer a reply from the given dung theory- Parameters:
argumentationFramework- some dung theory- Returns:
- a new reply instance
-