Class ASTClingoID

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

public class ASTClingoID extends SimpleNode
The ASTClingoID class represents a node in the abstract syntax tree (AST) corresponding to a Clingo identifier in the parsing process. This class extends SimpleNode and is used within the context of the ASP (Answer Set Programming) parser.