Class ASTAggrElementList

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

public class ASTAggrElementList extends SimpleNode
Author:
Anna Gessler
  • Constructor Details

    • ASTAggrElementList

      public ASTAggrElementList(int id)
      constructor
      Parameters:
      id - ID
    • ASTAggrElementList

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