Class ASTOptElementList

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

public class ASTOptElementList extends SimpleNode
Represents a node in the abstract syntax tree (AST) for an optional element list in the ASP (Answer Set Programming) parser. This class extends SimpleNode and provides methods for accepting a visitor.