Interface InconsistencyMeasure<T extends DungTheory>
- Type Parameters:
T- the type of Dung theories used
- All Known Implementing Classes:
CycleCountInconsistencyMeasure,DrasticInconsistencyMeasure,InSumInconsistencyMeasure,NonGroundedCountInconsistencyMeasure,PreferredCountInconsistencyMeasure,UnstableCountInconsistencyMeasure,WeightedComponentCountInconsistencyMeasure,WeightedCycleCountInconsistencyMeasure,WeightedInSumInconsistencyMeasure,WeightedOutSumInconsistencyMeasure
public interface InconsistencyMeasure<T extends DungTheory>
*description missing*
- Author:
- Timothy Gillespie
-
Method Summary
Modifier and TypeMethodDescriptioninconsistencyMeasure(T argumentationFramework) This method measures the inconsistency of a given Dungian argumentation framework.
-
Method Details
-
inconsistencyMeasure
This method measures the inconsistency of a given Dungian argumentation framework.- Parameters:
argumentationFramework- an argumentation framework- Returns:
- a Double indicating the degree of inconsistency
-