public class SimplePlLogicArgument
extends net.sf.tweety.arg.dung.syntax.Argument
| Constructor and Description |
|---|
SimplePlLogicArgument(Collection<SimplePlRule> _support,
net.sf.tweety.logics.pl.syntax.PropositionalFormula _claim) |
SimplePlLogicArgument(net.sf.tweety.commons.util.rules.Derivation<SimplePlRule> derivation)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
net.sf.tweety.logics.pl.syntax.PropositionalFormula |
getClaim() |
Collection<? extends SimplePlRule> |
getSupport() |
int |
hashCode() |
String |
toString() |
public SimplePlLogicArgument(Collection<SimplePlRule> _support, net.sf.tweety.logics.pl.syntax.PropositionalFormula _claim)
public SimplePlLogicArgument(net.sf.tweety.commons.util.rules.Derivation<SimplePlRule> derivation)
node - of a DigraphNode of a DerivationGraphSimplePlLogicDeductiveKnowledgebasepublic Collection<? extends SimplePlRule> getSupport()
public net.sf.tweety.logics.pl.syntax.PropositionalFormula getClaim()
public String toString()
toString in class net.sf.tweety.arg.dung.syntax.Argumentpublic int hashCode()
hashCode in class net.sf.tweety.arg.dung.syntax.Argumentpublic boolean equals(Object obj)
equals in class net.sf.tweety.arg.dung.syntax.ArgumentCopyright © 2019. All rights reserved.