Class NonGroundedCountInconsistencyMeasure<T extends DungTheory>
java.lang.Object
org.tweetyproject.arg.dung.analysis.NonGroundedCountInconsistencyMeasure<T>
- All Implemented Interfaces:
InconsistencyMeasure<T>
public class NonGroundedCountInconsistencyMeasure<T extends DungTheory>
extends Object
implements InconsistencyMeasure<T>
Calculates the non-grounded count inconsistency measure of the given argumentation framework.
Non-grounded count inconsistency measure is the count of arguments in the argumentation framework
that are neither in any grounded extension nor attacked by any argument in grounded extensions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninconsistencyMeasure
(T argumentationFramework) Calculates the inconsistency measure of a given Dungian argumentation framework.
-
Constructor Details
-
NonGroundedCountInconsistencyMeasure
public NonGroundedCountInconsistencyMeasure()
-
-
Method Details
-
inconsistencyMeasure
Description copied from interface:InconsistencyMeasure
Calculates the inconsistency measure of a given Dungian argumentation framework.- Specified by:
inconsistencyMeasure
in interfaceInconsistencyMeasure<T extends DungTheory>
- Parameters:
argumentationFramework
- the argumentation framework to measure- Returns:
- the inconsistency measure as a Double value
-