Uses of Class
net.sf.tweety.action.query.syntax.SActionQuery
-
Packages that use SActionQuery Package Description net.sf.tweety.action.query.parser net.sf.tweety.action.query.syntax -
-
Uses of SActionQuery in net.sf.tweety.action.query.parser
Methods in net.sf.tweety.action.query.parser that return SActionQuery Modifier and Type Method Description SActionQueryActionQueryParser. parseFormula(Reader reader) -
Uses of SActionQuery in net.sf.tweety.action.query.syntax
Methods in net.sf.tweety.action.query.syntax that return SActionQuery Modifier and Type Method Description SActionQuerySActionQuerySet. getConjunctionOfAllQueries()Returns a conjunction of all contained queries.protected SActionQuerySActionQuery. substituteInnerFormulas(Map<net.sf.tweety.logics.commons.syntax.Variable,net.sf.tweety.logics.commons.syntax.Constant> map)Returns a new action query in which all variables are mapped to constants with regard to the given map.Methods in net.sf.tweety.action.query.syntax that return types with arguments of type SActionQuery Modifier and Type Method Description Set<SActionQuery>SActionQuery. getAllGrounded()Returns the set of all grounded instances of this causal rule.Constructor parameters in net.sf.tweety.action.query.syntax with type arguments of type SActionQuery Constructor Description SActionQuerySet(Collection<SActionQuery> c)Creates a new belief set with the given collection of queries.
-