Class ArgumentStructure

  • All Implemented Interfaces:
    Iterable<BasicArgument>, Collection<BasicArgument>, net.sf.tweety.arg.dung.syntax.DungEntity, net.sf.tweety.commons.Formula, net.sf.tweety.graphs.Node

    public class ArgumentStructure
    extends net.sf.tweety.arg.dung.syntax.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