Class DeductiveArgumentNode

  • All Implemented Interfaces:
    net.sf.tweety.graphs.Node

    public class DeductiveArgumentNode
    extends DeductiveArgument
    implements net.sf.tweety.graphs.Node
    Extends a deductive argument by a unique identifier. This allows the same deductive argument to appear in an argument tree multiple times. *
    Author:
    Matthias Thimm
    • Constructor Detail

      • DeductiveArgumentNode

        public DeductiveArgumentNode​(Collection<? extends net.sf.tweety.logics.pl.syntax.PlFormula> support,
                                     net.sf.tweety.logics.pl.syntax.PlFormula claim)
        Creates a new deductive argument node with the given support and claim (a unique ID is generated)
        Parameters:
        support - a set of formulas.
        claim - a formula.
      • DeductiveArgumentNode

        public DeductiveArgumentNode​(DeductiveArgument arg)
        Creates a new deductive argument node from the given deductive argument (a unique ID is generated)
        Parameters:
        arg - a deductive argument.