public class SimplePlLogicDeductiveKnowledgebase extends net.sf.tweety.commons.BeliefSet<SimplePlRule>
| Constructor and Description |
|---|
SimplePlLogicDeductiveKnowledgebase() |
SimplePlLogicDeductiveKnowledgebase(Collection<SimplePlRule> _kb) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.arg.dung.syntax.DungTheory |
getAF()
Builds simple logic arguments and attacks among them---simple undercut and
simple rebuttal---as described in http://www0.cs.ucl.ac.uk/staff/a.hunter/papers/ac13t.pdf
|
net.sf.tweety.commons.Signature |
getSignature() |
add, addAll, clear, contains, containsAll, equals, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, spliterator, streampublic SimplePlLogicDeductiveKnowledgebase()
public SimplePlLogicDeductiveKnowledgebase(Collection<SimplePlRule> _kb)
public net.sf.tweety.commons.Signature getSignature()
getSignature in interface net.sf.tweety.commons.BeliefBasegetSignature in class net.sf.tweety.commons.BeliefSet<SimplePlRule>public net.sf.tweety.arg.dung.syntax.DungTheory getAF()
Copyright © 2019. All rights reserved.