Class PreferredCountInconsistencyMeasure<T extends DungTheory>

java.lang.Object
org.tweetyproject.arg.dung.analysis.PreferredCountInconsistencyMeasure<T>
Type Parameters:
T - the type of Dung theory
All Implemented Interfaces:
InconsistencyMeasure<T>

public class PreferredCountInconsistencyMeasure<T extends DungTheory> extends Object implements InconsistencyMeasure<T>
This class represents an inconsistency measure based on the count of preferred extensions in a Dung theory. Preferred count inconsistency measure is the count of preferred extensions of the argumentation framework minus one. It implements the InconsistencyMeasure interface.
Author:
Timothy Gillespie