Class NonGroundedCountInconsistencyMeasure<T extends DungTheory>
java.lang.Object
org.tweetyproject.arg.dung.analysis.NonGroundedCountInconsistencyMeasure<T>
- Type Parameters:
T- the type of argumentation framework
- All Implemented Interfaces:
InconsistencyMeasure<T>
public class NonGroundedCountInconsistencyMeasure<T extends DungTheory>
extends Object
implements InconsistencyMeasure<T>
Calculates the non-grounded count inconsistency measure for an argumentation framework.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninconsistencyMeasure(T argumentationFramework) Calculates the inconsistency measure of a given Dungian argumentation framework.
-
Constructor Details
-
NonGroundedCountInconsistencyMeasure
public NonGroundedCountInconsistencyMeasure()Creates the measure.
-
-
Method Details
-
inconsistencyMeasure
Description copied from interface:InconsistencyMeasureCalculates the inconsistency measure of a given Dungian argumentation framework.- Specified by:
inconsistencyMeasurein interfaceInconsistencyMeasure<T extends DungTheory>- Parameters:
argumentationFramework- the argumentation framework to measure- Returns:
- the inconsistency measure as a Double value
-