Interface Atom

  • All Superinterfaces:
    Literal

    public interface Atom
    extends Literal
    Author:
    Mathias Hofer
    • Method Summary

      Modifier and Type Method Description
      default Atom getAtom()  
      java.lang.String getName()  
      default boolean isPositive()  
      static Atom of​(java.lang.String name)  
      • Methods inherited from interface org.tweetyproject.arg.adf.syntax.pl.Literal

        map
    • Method Detail

      • of

        static Atom of​(java.lang.String name)
      • getName

        java.lang.String getName()
      • isPositive

        default boolean isPositive()
        Specified by:
        isPositive in interface Literal