Class DeductiveArgumentNode
java.lang.Object
org.tweetyproject.arg.deductive.semantics.DeductiveArgument
org.tweetyproject.arg.deductive.semantics.DeductiveArgumentNode
- All Implemented Interfaces:
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 Summary
ConstructorDescriptionDeductiveArgumentNode
(Collection<? extends PlFormula> support, PlFormula claim) Creates a new deductive argument node with the given support and claim (a unique ID is generated)Creates a new deductive argument node from the given deductive argument (a unique ID is generated) -
Method Summary
Methods inherited from class org.tweetyproject.arg.deductive.semantics.DeductiveArgument
getClaim, getSupport, toString
-
Constructor Details
-
DeductiveArgumentNode
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
Creates a new deductive argument node from the given deductive argument (a unique ID is generated)- Parameters:
arg
- a deductive argument.
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDeductiveArgument
-
equals
- Overrides:
equals
in classDeductiveArgument
-