Uses of Class
net.sf.tweety.action.query.syntax.QueryProposition
-
Packages that use QueryProposition Package Description net.sf.tweety.action.query.syntax -
-
Uses of QueryProposition in net.sf.tweety.action.query.syntax
Subclasses of QueryProposition in net.sf.tweety.action.query.syntax Modifier and Type Class Description classAlwaysQueryThis class represents an always query in the action query language S.classHoldsQueryThis class represents a holds query in the action query language S.classNecessarilyQueryThis class represents a necessarily query in the action query language S.Methods in net.sf.tweety.action.query.syntax that return QueryProposition Modifier and Type Method Description QueryPropositionAlwaysQuery. substitute(java.util.Map<? extends Term<?>,? extends Term<?>> map)QueryPropositionHoldsQuery. substitute(java.util.Map<? extends Term<?>,? extends Term<?>> map)QueryPropositionNecessarilyQuery. substitute(java.util.Map<? extends Term<?>,? extends Term<?>> map)abstract QueryPropositionQueryProposition. substitute(java.util.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.
-