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 Details

    • NonGroundedCountInconsistencyMeasure

      public NonGroundedCountInconsistencyMeasure()
      Creates the measure.
  • Method Details

    • inconsistencyMeasure

      public Double inconsistencyMeasure(T argumentationFramework)
      Description copied from interface: InconsistencyMeasure
      Calculates the inconsistency measure of a given Dungian argumentation framework.
      Specified by:
      inconsistencyMeasure in interface InconsistencyMeasure<T extends DungTheory>
      Parameters:
      argumentationFramework - the argumentation framework to measure
      Returns:
      the inconsistency measure as a Double value