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 TypeMethodDescriptioninconsistencyMeasure(T argumentationFramework) Calculates the inconsistency measure of a given Dungian argumentation framework.
-
Method Details
-
inconsistencyMeasure
-