Class ASTChoice

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

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

    • ASTChoice

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

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