Uses of Class
org.tweetyproject.action.query.syntax.QueryProposition
Packages that use QueryProposition
-
Uses of QueryProposition in org.tweetyproject.action.query.syntax
Subclasses of QueryProposition in org.tweetyproject.action.query.syntaxModifier and TypeClassDescriptionclassThis class represents an always query in the action query language S.classThis class represents a holds query in the action query language S.classThis class represents a necessarily query in the action query language S.Methods in org.tweetyproject.action.query.syntax that return QueryPropositionModifier and TypeMethodDescriptionAlwaysQuery.substitute(Map<? extends Term<?>, ? extends Term<?>> map) HoldsQuery.substitute(Map<? extends Term<?>, ? extends Term<?>> map) NecessarilyQuery.substitute(Map<? extends Term<?>, ? extends Term<?>> map) abstract QueryPropositionQueryProposition.substitute(Map<? extends Term<?>, ? extends Term<?>> map) Returns a new query proposition of the same type, in which all variables in inner formulas and actions are replaced according to the given map.