Class ASTChoiceElement

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

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

    • ASTChoiceElement

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

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