Class AspicArgumentationTheory<T extends Invertable>

java.lang.Object
Type Parameters:
T - is the type of the language that the ASPIC theory's rules range over
All Implemented Interfaces:
Serializable, Cloneable, Iterable<InferenceRule<T>>, Collection<InferenceRule<T>>, Set<InferenceRule<T>>, BeliefBase

public class AspicArgumentationTheory<T extends Invertable> extends RuleSet<InferenceRule<T>> implements BeliefBase
According to Modgil and Prakken, this represents an argumentation theory (AS, KB) with - AS argumentation system (e.g. inference rules) - KB knowledge base and/or a corresponding structured argumentation framework (A,C,<=) with - A set of arguments - C set of attacks - <= order on the arguments and/or a corresponding abstract argumentation framework (A, D) with - A set of arguments - D defeat relationship
Author:
Nils Geilen, Matthias Thimm
See Also: