Class ExtensionInconsistencyMeasure
java.lang.Object
org.tweetyproject.arg.dung.ExtensionInconsistencyMeasure
- Author:
- Timothy Gillespie
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests the non-grounded count inconsistency measure.voidTests the preferred count inconsistency measure.static voidSets up the argumentation framework used in the tests before all tests are executed.voidTests the unstable count inconsistency measure.
-
Constructor Details
-
ExtensionInconsistencyMeasure
public ExtensionInconsistencyMeasure()
-
-
Method Details
-
setUpBeforeClass
-
preferredCountInconsistencyMeasure
public void preferredCountInconsistencyMeasure()Tests the preferred count inconsistency measure. According to A. Hunter's paper, the expected value is derived from the count of preferred extensions minus one. -
nonGroundedCountInconsistencyMeasure
public void nonGroundedCountInconsistencyMeasure()Tests the non-grounded count inconsistency measure. This measure is supposed to reflect the count of non-grounded extensions present in the framework. -
unstableCountInconsistencyMeasure
public void unstableCountInconsistencyMeasure()Tests the unstable count inconsistency measure. This test checks for the count of stable extensions that can be achieved by minimally modifying the original framework.
-