Package net.sf.tweety.arg.dung.analysis
Class WeightedInSumInconsistencyMeasure<T extends DungTheory>
- java.lang.Object
-
- net.sf.tweety.arg.dung.analysis.WeightedInSumInconsistencyMeasure<T>
-
- Type Parameters:
T
- the type of Dung theories used
- All Implemented Interfaces:
InconsistencyMeasure<T>
public class WeightedInSumInconsistencyMeasure<T extends DungTheory> extends java.lang.Object implements InconsistencyMeasure<T>
- Author:
- Timothy Gillespie
-
-
Constructor Summary
Constructors Constructor Description WeightedInSumInconsistencyMeasure()
-
Method Summary
Modifier and Type Method Description java.lang.Double
inconsistencyMeasure(T argumentationFramework)
This method measures the inconsistency of a given Dungian argumentation framework.
-
-
-
Method Detail
-
inconsistencyMeasure
public java.lang.Double inconsistencyMeasure(T argumentationFramework)
Description copied from interface:InconsistencyMeasure
This method measures the inconsistency of a given Dungian argumentation framework.- Specified by:
inconsistencyMeasure
in interfaceInconsistencyMeasure<T extends DungTheory>
- Parameters:
argumentationFramework
- an argumentation framework- Returns:
- a Double indicating the degree of inconsistency
-
-