Class ASTAggrFunc

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

public class ASTAggrFunc extends SimpleNode
Author:
Anna Gessler
  • Field Details

    • func

      public String func
      func
  • Constructor Details

    • ASTAggrFunc

      public ASTAggrFunc(int id)
      Parameters:
      id - ID
    • ASTAggrFunc

      public ASTAggrFunc(ASPParser p, int id)
      Parameters:
      p - parser
      id - ID
  • Method Details