Class WeightedCycleCountInconsistencyMeasure<T extends DungTheory>

java.lang.Object
org.tweetyproject.arg.dung.analysis.WeightedCycleCountInconsistencyMeasure<T>
Type Parameters:
T - the type of Dung theories used, extending DungTheory
All Implemented Interfaces:
InconsistencyMeasure<T>

public class WeightedCycleCountInconsistencyMeasure<T extends DungTheory> extends Object implements InconsistencyMeasure<T>
This class provides an inconsistency measure for Dung's argumentation frameworks based on the count and structure of cycles within the framework. Each cycle's contribution to the inconsistency is inversely proportional to its size.
Author:
Timothy Gillespie