Class ASTOptFunc

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

public class ASTOptFunc extends SimpleNode
The ASTOptFunc class represents a node in the abstract syntax tree (AST) for an optimization function within the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to handle optimization functions that specify whether to maximize or minimize a particular objective.