Class ASTNAFLiteralList

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

public class ASTNAFLiteralList extends SimpleNode
The ASTNAFLiteralList class represents a node in the abstract syntax tree (AST) for a list of literals that may include negation as failure (NAF) within the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to handle lists of literals, each of which may be negated using NAF.