Class ArgumentStructure

java.lang.Object
org.tweetyproject.arg.dung.syntax.Argument
org.tweetyproject.arg.saf.syntax.ArgumentStructure
All Implemented Interfaces:
Comparable<Argument>, Iterable<BasicArgument>, Collection<BasicArgument>, DungEntity, Formula, Node

public class ArgumentStructure extends Argument implements Collection<BasicArgument>
This class models an argument structure, i.e. a minimal (with respect to set inclusion) conflict-free sequence of basic arguments AS = [A1, ... ,An] such that for any Ai and for any p in supp(Ai) there is an Aj with j > i and claim(Aj) = p.
Author:
Matthias Thimm