Class BasicArgument

    • Constructor Detail

      • BasicArgument

        @Deprecated
        public BasicArgument​(java.lang.String name)
        Deprecated.
        Deprecated for basic arguments.
        Parameters:
        name - the name of the argument
      • BasicArgument

        public BasicArgument​(Proposition claim)
        Creates a new basic argument with the given claim and empty support.
        Parameters:
        claim - a proposition.
      • BasicArgument

        public BasicArgument​(Proposition claim,
                             java.util.Set<Proposition> support)
        Creates a new basic argument with the given claim and the given support.
        Parameters:
        claim - a proposition
        support - a set of propositions