Interface AcceptanceCondition

    • Method Summary

      Modifier and Type Method Description
      java.util.stream.Stream<Argument> arguments()
      Recursively computes all of the arguments occuring in this acceptance condition.
      PlFormula toPlFormula​(java.util.function.Function<Argument,​PlFormula> argumentMap)  
    • Method Detail

      • arguments

        java.util.stream.Stream<Argument> arguments()
        Recursively computes all of the arguments occuring in this acceptance condition.
        Returns:
        the union of the arguments of this acceptance condition and its sub-conditions.