public class DeductiveArgumentNode extends DeductiveArgument implements net.sf.tweety.graphs.Node
| Constructor and Description |
|---|
DeductiveArgumentNode(Collection<? extends net.sf.tweety.logics.pl.syntax.PropositionalFormula> support,
net.sf.tweety.logics.pl.syntax.PropositionalFormula claim)
Creates a new deductive argument node with the given support
and claim (a unique ID is generated)
|
DeductiveArgumentNode(DeductiveArgument arg)
Creates a new deductive argument node from the given deductive argument
(a unique ID is generated)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
getClaim, getSupport, toStringpublic DeductiveArgumentNode(Collection<? extends net.sf.tweety.logics.pl.syntax.PropositionalFormula> support, net.sf.tweety.logics.pl.syntax.PropositionalFormula claim)
support - a set of formulas.claim - a formula.public DeductiveArgumentNode(DeductiveArgument arg)
arg - a deductive argument.public int hashCode()
hashCode in class DeductiveArgumentpublic boolean equals(Object obj)
equals in class DeductiveArgumentCopyright © 2018. All rights reserved.