Class ArgumentativeTransformationFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Accumulator accumulator
      The accumulator used by this transformation function.
      private PlBeliefSet beliefSet
      The belief set used by this transformation function.
      private Categorizer categorizer
      The categorizer used by this transformation function.
      private boolean isSkeptical
      Whether this transformation function is skeptical.
    • Method Summary

      Modifier and Type Method Description
      java.util.Collection<PlFormula> transform​(java.util.Collection<PlFormula> formulas)
      Transforms the given set of formulas for selective revision.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • categorizer

        private Categorizer categorizer
        The categorizer used by this transformation function.
      • accumulator

        private Accumulator accumulator
        The accumulator used by this transformation function.
      • isSkeptical

        private boolean isSkeptical
        Whether this transformation function is skeptical.
      • beliefSet

        private PlBeliefSet beliefSet
        The belief set used by this transformation function.
    • Constructor Detail

      • ArgumentativeTransformationFunction

        public ArgumentativeTransformationFunction​(Categorizer categorizer,
                                                   Accumulator accumulator,
                                                   PlBeliefSet beliefSet,
                                                   boolean isSkeptical)
        Creates a new argumentative transformation function.
        Parameters:
        categorizer - The categorizer used by this transformation function.
        accumulator - The accumulator used by this transformation function.
        beliefSet - The belief set used by this transformation function.
        isSkeptical - Whether this transformation function is skeptical.