Uses of Class
net.sf.tweety.action.query.syntax.SActionQuerySet
-
Packages that use SActionQuerySet Package Description net.sf.tweety.action.query.parser net.sf.tweety.action.query.syntax -
-
Uses of SActionQuerySet in net.sf.tweety.action.query.parser
Methods in net.sf.tweety.action.query.parser that return SActionQuerySet Modifier and Type Method Description SActionQuerySet
ActionQueryParser. parseBeliefBase(java.io.Reader reader)
-
Uses of SActionQuerySet in net.sf.tweety.action.query.syntax
Methods in net.sf.tweety.action.query.syntax that return SActionQuerySet Modifier and Type Method Description SActionQuerySet
SActionQuerySet. ground()
Returns a new SActionQuerySet consisting of all possible groundings of the contained queries.
-