Class TautologyAcceptanceCondition

    • Constructor Detail

      • TautologyAcceptanceCondition

        public TautologyAcceptanceCondition()
    • Method Detail

      • arguments

        public Stream<Argument> arguments()
        Description copied from interface: AcceptanceCondition
        Recursively computes all of the arguments occuring in this acceptance condition.
        Specified by:
        arguments in interface AcceptanceCondition
        Returns:
        the union of the arguments of this acceptance condition and its sub-conditions.