Class ASTQuery

java.lang.Object
org.tweetyproject.lp.asp.parser.SimpleNode
org.tweetyproject.lp.asp.parser.ASTQuery
All Implemented Interfaces:
Node

public class ASTQuery extends SimpleNode
The ASTQuery class represents a node in the abstract syntax tree (AST) for a query in the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to handle and represent queries made against the ASP program.