Interface ArgumentationFramework<Arg>

Type Parameters:
Arg - the type of arguments managed within the argumentation framework.
All Superinterfaces:
BeliefBase
All Known Subinterfaces:
AbstractDialecticalFramework
All Known Implementing Classes:
ClaimBasedTheory, DungTheory, ExecutableDungTheory, ExtendedTheory, IncompleteTheory, InducedTheory, PerceivableStructuredArgumentationFramework, ProbabilisticArgumentationFramework, RecursiveExtendedTheory, SetAf, SocialAbstractArgumentationFramework, StructuredArgumentationFramework, WeightedArgumentationFramework, WeightedDungTheory

public interface ArgumentationFramework<Arg> extends BeliefBase
Represents a generic interface for argumentation frameworks in the context of Dung's theory. This interface defines the basic structure and operations that can be performed within an argumentation framework. It extends the BeliefBase interface, integrating with the broader infrastructure for managing logical beliefs.
Author:
Sebastian Franke