Interface BaseRevisionOperator<T extends net.sf.tweety.commons.Formula>

    • Method Summary

      Modifier and Type Method Description
      Collection<T> revise​(Collection<T> base, T formula)
      Revises the given collection of formulas by the given formula.
    • Method Detail

      • revise

        Collection<T> revise​(Collection<T> base,
                             T formula)
        Revises the given collection of formulas by the given formula.
        Parameters:
        base - some collection of formulas.
        formula - a formula
        Returns:
        the revised collection.