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 SummaryConstructorsConstructorDescriptionDeductiveArgumentNode(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 SummaryMethods inherited from class org.tweetyproject.arg.deductive.semantics.DeductiveArgumentgetClaim, getSupport, toString
- 
Constructor Details- 
DeductiveArgumentNodeCreates 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.
 
- 
DeductiveArgumentNodeCreates a new deductive argument node from the given deductive argument (a unique ID is generated)- Parameters:
- arg- a deductive argument.
 
 
- 
- 
Method Details- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- DeductiveArgument
 
- 
equals- Overrides:
- equalsin class- DeductiveArgument
 
 
-