Class ASTDlvArithmeticID

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

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