public class DeductiveArgument extends Object
| Constructor and Description |
|---|
DeductiveArgument(Collection<? extends net.sf.tweety.logics.pl.syntax.PropositionalFormula> support,
net.sf.tweety.logics.pl.syntax.PropositionalFormula claim)
Creates a new deductive argument with the given support
and claim.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
net.sf.tweety.logics.pl.syntax.PropositionalFormula |
getClaim()
Returns the claim of this argument.
|
Collection<? extends net.sf.tweety.logics.pl.syntax.PropositionalFormula> |
getSupport()
Returns the support of this argument.
|
int |
hashCode() |
String |
toString() |
public DeductiveArgument(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 Collection<? extends net.sf.tweety.logics.pl.syntax.PropositionalFormula> getSupport()
public net.sf.tweety.logics.pl.syntax.PropositionalFormula getClaim()
Copyright © 2018. All rights reserved.