Class MostBipolarParentsDecomposer
java.lang.Object
org.tweetyproject.arg.adf.reasoner.sat.decomposer.MostBipolarParentsDecomposer
- All Implemented Interfaces:
 Decomposer
Takes the arguments with the most bipolar parents.
- Author:
 - Mathias Hofer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondecompose(int desired) Decomposes the framework or system into a collection ofInterpretationobjects based on the provided criterion. 
- 
Constructor Details
- 
MostBipolarParentsDecomposer
- Parameters:
 adf- AbstractDialecticalFramework
 
 - 
 - 
Method Details
- 
decompose
Description copied from interface:DecomposerDecomposes the framework or system into a collection ofInterpretationobjects based on the provided criterion.- Specified by:
 decomposein 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 
Interpretationobjects based on the specified criterion 
 - 
asTwoValued
- Returns:
 - asTwoValued
 
 
 -