Class ASTWeight

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

public class ASTWeight extends SimpleNode
Represents a node in the abstract syntax tree (AST) for a weight in the ASP (Answer Set Programming) parser. This class extends SimpleNode and provides methods to accept a visitor and manage the weight's level status.