Class ASTDlvID

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

public class ASTDlvID extends SimpleNode
The ASTDlvID class represents a node in the abstract syntax tree (AST) for identifiers in the DLV language, which is a logic programming language used in Answer Set Programming (ASP). This class extends SimpleNode and is used within the context of the ASP parser.