Class ASTTerm

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

public class ASTTerm extends SimpleNode
The ASTTerm class represents a term node in the abstract syntax tree (AST) within the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to handle and represent terms, which can optionally be negated.