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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninconsistencyMeasure
(T argumentationFramework) Calculates the inconsistency measure based on the count of cycles in the argumentation framework.
-
Constructor Details
-
CycleCountInconsistencyMeasure
public CycleCountInconsistencyMeasure()
-
-
Method Details
-
inconsistencyMeasure
Calculates the inconsistency measure based on the count of cycles in the argumentation framework.- Specified by:
inconsistencyMeasure
in interfaceInconsistencyMeasure<T extends DungTheory>
- Parameters:
argumentationFramework
- the argumentation framework to calculate the inconsistency measure for- Returns:
- the inconsistency measure as a Double value
-