Enum Class DLSyntax

java.lang.Object
java.lang.Enum<DLSyntax>
org.semanticweb.owlapi.dlsyntax.renderer.DLSyntax
All Implemented Interfaces:
Serializable, Comparable<DLSyntax>, java.lang.constant.Constable

public enum DLSyntax extends Enum<DLSyntax>
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Enum Constant Details

    • SUBCLASS

      public static final DLSyntax SUBCLASS
      SUBCLASS
    • EQUIVALENT_TO

      public static final DLSyntax EQUIVALENT_TO
      EQUIVALENT_TO
    • NOT

      public static final DLSyntax NOT
      NOT
    • DISJOINT_WITH

      public static final DLSyntax DISJOINT_WITH
      DISJOINT_WITH
    • EXISTS

      public static final DLSyntax EXISTS
      EXISTS
    • FORALL

      public static final DLSyntax FORALL
      FORALL
    • IN

      public static final DLSyntax IN
      IN
    • MIN

      public static final DLSyntax MIN
      MIN
    • EQUAL

      public static final DLSyntax EQUAL
      EQUAL
    • NOT_EQUAL

      public static final DLSyntax NOT_EQUAL
      NOT_EQUAL
    • MAX

      public static final DLSyntax MAX
      MAX
    • INVERSE

      public static final DLSyntax INVERSE
      INVERSE
    • AND

      public static final DLSyntax AND
      AND
    • TOP

      public static final DLSyntax TOP
      TOP
    • BOTTOM

      public static final DLSyntax BOTTOM
      BOTTOM
    • OR

      public static final DLSyntax OR
      OR
    • COMP

      public static final DLSyntax COMP
      COMP
    • WEDGE

      public static final DLSyntax WEDGE
      WEDGE
    • IMPLIES

      public static final DLSyntax IMPLIES
      IMPLIES
    • COMMA

      public static final DLSyntax COMMA
      COMMA
    • SELF

      public static final DLSyntax SELF
      SELF
  • Method Details

    • values

      public static DLSyntax[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DLSyntax valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DLSyntax>
    • toHTMLString

      public String toHTMLString()
      Returns:
      HTML escaped version of the DLSyntax keyword