Class ASTNAFLiteral

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

public class ASTNAFLiteral extends SimpleNode
The ASTNAFLiteral class represents a node in the abstract syntax tree (AST) for literals with 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 literals that can be prefixed with NAF.