Class ArgumentSet

java.lang.Object
org.tweetyproject.arg.bipolar.syntax.ArgumentSet
All Implemented Interfaces:
Comparable<ArgumentSet>, Iterable<BArgument>, Collection<BArgument>, BipolarEntity, DungEntity, Formula, Node

public class ArgumentSet extends Object implements BipolarEntity, Collection<BArgument>, Comparable<ArgumentSet>
This class models a set of arguments used in the context of bipolar abstract argumentation theory.

It provides functionalities for managing a collection of BArgument objects, including adding, removing, and comparing sets of arguments. The class implements the BipolarEntity interface, the Collection interface for managing arguments, and the Comparable interface for comparing argument sets.

Author:
Lars Bengel
See Also: