public class AnswerSet extends net.sf.tweety.commons.BeliefSet<DLPLiteral>
| Constructor and Description |
|---|
AnswerSet() |
AnswerSet(AnswerSet other) |
AnswerSet(Collection<DLPLiteral> lits,
int level,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Set<String> |
getFunctors() |
Set<DLPLiteral> |
getLiteralsWithName(String name) |
net.sf.tweety.commons.Signature |
getSignature() |
String |
toString() |
add, addAll, clear, contains, containsAll, equals, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, spliterator, streampublic AnswerSet()
public AnswerSet(Collection<DLPLiteral> lits, int level, int weight)
public AnswerSet(AnswerSet other)
public Set<DLPLiteral> getLiteralsWithName(String name)
public String toString()
toString in interface net.sf.tweety.commons.BeliefBasetoString in class net.sf.tweety.commons.BeliefSet<DLPLiteral>public net.sf.tweety.commons.Signature getSignature()
getSignature in interface net.sf.tweety.commons.BeliefBasegetSignature in class net.sf.tweety.commons.BeliefSet<DLPLiteral>Copyright © 2018. All rights reserved.