Class InSumInconsistencyMeasure<T extends DungTheory>
java.lang.Object
org.tweetyproject.arg.dung.analysis.InSumInconsistencyMeasure<T>
- Type Parameters:
- T- the type of Dung theories used
- All Implemented Interfaces:
- InconsistencyMeasure<T>
public class InSumInconsistencyMeasure<T extends DungTheory>
extends Object
implements InconsistencyMeasure<T>
- Author:
- Timothy Gillespie
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioninconsistencyMeasure(T argumentationFramework) This method measures the inconsistency of a given Dungian argumentation framework.
- 
Constructor Details- 
InSumInconsistencyMeasurepublic InSumInconsistencyMeasure()
 
- 
- 
Method Details- 
inconsistencyMeasureDescription copied from interface:InconsistencyMeasureThis method measures the inconsistency of a given Dungian argumentation framework.- Specified by:
- inconsistencyMeasurein interface- InconsistencyMeasure<T extends DungTheory>
- Parameters:
- argumentationFramework- an argumentation framework
- Returns:
- a Double indicating the degree of inconsistency
 
 
-