Class SimplePlLogicArgument

java.lang.Object
org.tweetyproject.arg.dung.syntax.Argument
org.tweetyproject.arg.deductive.syntax.SimplePlLogicArgument
All Implemented Interfaces:
Comparable<Argument>, DungEntity, Formula, Node

public class SimplePlLogicArgument extends Argument
Represents a simple propositional logic argument in deductive argumentation. The argument consists of a set of supporting rules and a claim, which is a propositional logic formula (PlFormula). This class follows the structure defined in the paper "A Comparison of Formal Argumentation Systems" by Hunter and Caminada (2013). This class extends Argument and stores a set of supporting rules and a single claim derived from the support.
Author:
Federico Cerutti (federico.cerutti(at)acm.org)