Class CycleCountInconsistencyMeasure<T extends DungTheory>

java.lang.Object
org.tweetyproject.arg.dung.analysis.CycleCountInconsistencyMeasure<T>
Type Parameters:
T - the type of DungTheory used in the argumentation framework
All Implemented Interfaces:
InconsistencyMeasure<T>

public class CycleCountInconsistencyMeasure<T extends DungTheory> extends Object implements InconsistencyMeasure<T>
This class represents an inconsistency measure based on the count of cycles in an argumentation framework. It implements the InconsistencyMeasure interface.
Author:
Timothy Gillespie