Class ASTProgram

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

public class ASTProgram extends SimpleNode
The ASTProgram class represents a node in the abstract syntax tree (AST) for a program in the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to encapsulate an entire ASP program, which may consist of rules, facts, and other constructs.