Interface InconsistencyMeasure<T extends DungTheory>

Type Parameters:
T - the type of DungTheory
All Known Implementing Classes:
CycleCountInconsistencyMeasure, DrasticInconsistencyMeasure, InSumInconsistencyMeasure, NonGroundedCountInconsistencyMeasure, PreferredCountInconsistencyMeasure, UnstableCountInconsistencyMeasure, WeightedComponentCountInconsistencyMeasure, WeightedCycleCountInconsistencyMeasure, WeightedInSumInconsistencyMeasure, WeightedOutSumInconsistencyMeasure

public interface InconsistencyMeasure<T extends DungTheory>
This interface represents a measure of inconsistency for a Dungian argumentation framework. It provides a method to calculate the inconsistency measure of a given argumentation framework.
Author:
Timothy Gillespie
  • Method Summary

    Modifier and Type
    Method
    Description
    inconsistencyMeasure(T argumentationFramework)
    Calculates the inconsistency measure of a given Dungian argumentation framework.
  • Method Details

    • inconsistencyMeasure

      Double inconsistencyMeasure(T argumentationFramework)
      Calculates the inconsistency measure of a given Dungian argumentation framework.
      Parameters:
      argumentationFramework - the argumentation framework to measure
      Returns:
      the inconsistency measure as a Double value