Class ASTBodyList

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

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

    • ASTBodyList

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

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