Package org.tweetyproject.arg.dung.analysis
package org.tweetyproject.arg.dung.analysis
-
ClassDescriptionCycleCountInconsistencyMeasure<T extends DungTheory>This class represents an inconsistency measure based on the count of cycles in an argumentation framework.DrasticInconsistencyMeasure<T extends DungTheory>Calculates the drastic inconsistency measure of the given argumentation framework.It implements the InconsistencyMeasure interface.InconsistencyMeasure<T extends DungTheory>This interface represents a measure of inconsistency for a Dungian argumentation framework.InSumInconsistencyMeasure<T extends DungTheory>This class implements an inconsistency measure for Dung's argumentation frameworks based on the number of attacks within the framework.NonGroundedCountInconsistencyMeasure<T extends DungTheory>Calculates the non-grounded count inconsistency measure of the given argumentation framework.PreferredCountInconsistencyMeasure<T extends DungTheory>This class represents an inconsistency measure based on the count of preferred extensions in a Dung theory.UnstableCountInconsistencyMeasure<T extends DungTheory>This class represents an inconsistency measure based on stable extensions.Implements an inconsistency measure for Dung's argumentation frameworks based on the weighted count of connected components within the framework.WeightedCycleCountInconsistencyMeasure<T extends DungTheory>This class provides an inconsistency measure for Dung's argumentation frameworks based on the count and structure of cycles within the framework.WeightedInSumInconsistencyMeasure<T extends DungTheory>Implements an inconsistency measure for Dung's argumentation frameworks based on the weighted sum of incoming attacks to each argument.WeightedOutSumInconsistencyMeasure<T extends DungTheory>This class implements an inconsistency measure for Dung's argumentation frameworks based on the weighted sum of outgoing attacks from each argument.