public class SActionQuerySet extends ActionQuerySet<SActionQuery>
| Constructor and Description |
|---|
SActionQuerySet()
Creates a new empty action query set for the query language S.
|
SActionQuerySet(Collection<SActionQuery> c)
Creates a new belief set with the given collection of queries.
|
| Modifier and Type | Method and Description |
|---|---|
SActionQuery |
getConjunctionOfAllQueries()
Returns a conjunction of all contained queries.
|
net.sf.tweety.commons.Signature |
getSignature() |
SActionQuerySet |
ground()
Returns a new SActionQuerySet consisting of all possible groundings of the
contained queries.
|
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 SActionQuerySet()
public SActionQuerySet(Collection<SActionQuery> c)
c - a collection of formulae.public net.sf.tweety.commons.Signature getSignature()
getSignature in interface net.sf.tweety.commons.BeliefBasegetSignature in class net.sf.tweety.commons.BeliefSet<SActionQuery>public SActionQuerySet ground()
public SActionQuery getConjunctionOfAllQueries()
Copyright © 2018. All rights reserved.