Class StronglyAdmissibleReasoner

java.lang.Object
All Implemented Interfaces:
ModelProvider<Argument,DungTheory,Extension<DungTheory>>, PostulateEvaluatable<Argument>, QualitativeReasoner<DungTheory,Argument>, Reasoner<Boolean,DungTheory,Argument>

public class StronglyAdmissibleReasoner extends AbstractExtensionReasoner
Reasoner for strong admissibility

A set of arguments E is strongly admissible iff all every argument 'a' in E is defended by some argument 'b' in E \ {a}, which itself is strongly defended by E \ {a}, i.e. no argument in E is defended only by itself

Author:
Lars Bengel