Class MostBipolarParentsDecomposer

java.lang.Object
org.tweetyproject.arg.adf.reasoner.sat.decomposer.MostBipolarParentsDecomposer
All Implemented Interfaces:
Decomposer

public class MostBipolarParentsDecomposer extends Object
Takes the arguments with the most bipolar parents.
Author:
Mathias Hofer
  • Constructor Details

    • MostBipolarParentsDecomposer

      public MostBipolarParentsDecomposer(AbstractDialecticalFramework adf)
      Parameters:
      adf - AbstractDialecticalFramework
  • Method Details

    • decompose

      public Collection<Interpretation> decompose(int desired)
      Description copied from interface: Decomposer
      Decomposes the framework or system into a collection of Interpretation objects based on the provided criterion.
      Specified by:
      decompose in interface Decomposer
      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

      public Decomposer asTwoValued()
      Returns:
      asTwoValued