Class ASTAggregate

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

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

    • func

      public String func
      func
  • Constructor Details

    • ASTAggregate

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

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