Class ASTTermList

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

public class ASTTermList extends SimpleNode
The ASTTermList class represents a node in the abstract syntax tree (AST) for a list of terms 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 terms that may appear in rules, facts, or other constructs within an ASP program.