Class MostComplexAcceptanceConditionDecomposer
java.lang.Object
org.tweetyproject.arg.adf.reasoner.sat.decomposer.MostComplexAcceptanceConditionDecomposer
- All Implemented Interfaces:
Decomposer
Returns the arguments with the most complex acceptance condition, according to their logical complexity.
- Author:
- Mathias Hofer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondecompose
(int desired) Decomposes the framework or system into a collection ofInterpretation
objects based on the provided criterion.
-
Constructor Details
-
MostComplexAcceptanceConditionDecomposer
- Parameters:
adf
- AbstractDialecticalFramework
-
-
Method Details
-
decompose
Description copied from interface:Decomposer
Decomposes the framework or system into a collection ofInterpretation
objects based on the provided criterion.- Specified by:
decompose
in interfaceDecomposer
- Parameters:
desired
- an integer representing the desired criterion for decomposition; the meaning of this parameter is implementation-specific (e.g., it could represent the number of desired interpretations or a specific threshold for decomposition)- Returns:
- a collection of decomposed
Interpretation
objects based on the specified criterion
-
asTwoValued
- Returns:
- asTwoValued
-