Class ASTRule

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

public class ASTRule extends SimpleNode
The ASTRule class represents a node in the abstract syntax tree (AST) for a rule in the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to handle and represent rules within an ASP program.