Class SActionQuery

java.lang.Object
org.tweetyproject.action.query.syntax.SActionQuery
All Implemented Interfaces:
ActionQuery, Formula

public class SActionQuery extends Object implements ActionQuery
This class represents a single action query in the action query language S, which is based on the query language "P" discussed in the paper: Action Languages. by Michael Gelfond and Vladimir Lifschitz, ETAI: Electronic Transactions on AI, 1998. An action query is represented by a propositional formula over propositions of one of the following kinds: HoldsQuery, AlwaysQuery, NecessarilyQuery.
Author:
Sebastian Homann