Class ASTRuleList

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

public class ASTRuleList extends SimpleNode
The ASTRuleList class represents a node in the abstract syntax tree (AST) for a list of rules within the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to handle and represent collections of rules that form part of an ASP program.