Class ASTChoiceElementList

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

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

    • ASTChoiceElementList

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

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