Class ASTOptElement

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

public class ASTOptElement extends SimpleNode
The ASTOptElement class represents a node in the abstract syntax tree (AST) for an optimization element within the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to handle elements involved in optimization, which may or may not have an associated level.