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 SActionQuery
ActionQueryParser. parseFormula(java.io.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 SActionQuery
SActionQuerySet. getConjunctionOfAllQueries()
Returns a conjunction of all contained queries.Methods in net.sf.tweety.action.query.syntax that return types with arguments of type SActionQuery Modifier and Type Method Description java.util.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(java.util.Collection<SActionQuery> c)
Creates a new belief set with the given collection of queries.
-