Uses of Class
org.tweetyproject.action.query.syntax.SActionQuery
-
Packages that use SActionQuery Package Description org.tweetyproject.action.query.parser org.tweetyproject.action.query.syntax -
-
Uses of SActionQuery in org.tweetyproject.action.query.parser
Methods in org.tweetyproject.action.query.parser that return SActionQuery Modifier and Type Method Description SActionQueryActionQueryParser. parseFormula(java.io.Reader reader) -
Uses of SActionQuery in org.tweetyproject.action.query.syntax
Methods in org.tweetyproject.action.query.syntax that return SActionQuery Modifier and Type Method Description SActionQuerySActionQuerySet. getConjunctionOfAllQueries()Returns a conjunction of all contained queries.Methods in org.tweetyproject.action.query.syntax that return types with arguments of type SActionQuery Modifier and Type Method Description java.util.Set<SActionQuery>SActionQuery. getAllGrounded()Constructor parameters in org.tweetyproject.action.query.syntax with type arguments of type SActionQuery Constructor Description SActionQuerySet(java.util.Collection<SActionQuery> c)Creates a new belief set with the given collection of queries.
-