Class ArgumentativeTransformationFunction

    • 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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.