Class ASTBuiltInAtom

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

public class ASTBuiltInAtom extends SimpleNode
Author:
Anna Gessler
  • Field Details

    • operator

      public String operator
      operatr
  • Constructor Details

    • ASTBuiltInAtom

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

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