Package net.sf.tweety.arg.dung.analysis
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>- Author:
- Timothy Gillespie
-
-
Method Summary
Modifier and Type Method Description java.lang.DoubleinconsistencyMeasure(T argumentationFramework)This method measures the inconsistency of a given Dungian argumentation framework.
-
-
-
Method Detail
-
inconsistencyMeasure
java.lang.Double inconsistencyMeasure(T argumentationFramework)
This method measures the inconsistency of a given Dungian argumentation framework.- Parameters:
argumentationFramework- an argumentation framework- Returns:
- a Double indicating the degree of inconsistency
-
-