Class WeightedOutSumInconsistencyMeasure<T extends DungTheory>
java.lang.Object
org.tweetyproject.arg.dung.analysis.WeightedOutSumInconsistencyMeasure<T>
- Type Parameters:
T
- the type of Dung theories used
- All Implemented Interfaces:
InconsistencyMeasure<T>
public class WeightedOutSumInconsistencyMeasure<T extends DungTheory>
extends Object
implements InconsistencyMeasure<T>
*description missing*
- Author:
- Timothy Gillespie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninconsistencyMeasure
(T argumentationFramework) This method measures the inconsistency of a given Dungian argumentation framework.
-
Constructor Details
-
WeightedOutSumInconsistencyMeasure
public WeightedOutSumInconsistencyMeasure()
-
-
Method Details
-
inconsistencyMeasure
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
-