Enum Class ManchesterOWLSyntax

java.lang.Object
java.lang.Enum<ManchesterOWLSyntax>
org.coode.owlapi.manchesterowlsyntax.ManchesterOWLSyntax
All Implemented Interfaces:
Serializable, Comparable<ManchesterOWLSyntax>, java.lang.constant.Constable

@Deprecated public enum ManchesterOWLSyntax extends Enum<ManchesterOWLSyntax>
Deprecated.
use ManchesterOWLSyntax
The vocabulary that the Manchester OWL Syntax uses.
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group, Date: 25-Apr-2007
  • Enum Constant Details

  • Method Details

    • values

      public static ManchesterOWLSyntax[] values()
      Deprecated.
      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 ManchesterOWLSyntax valueOf(String name)
      Deprecated.
      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
    • parse

      @Nullable public static ManchesterOWLSyntax parse(String rendering)
      Deprecated.
      Parameters:
      rendering - rendering
      Returns:
      manchester owl syntax object
    • isFrameKeyword

      public boolean isFrameKeyword()
      Deprecated.
      Returns:
      frame keyword
    • isSectionKeyword

      public boolean isSectionKeyword()
      Deprecated.
      Returns:
      section keyword
    • isAxiomKeyword

      public boolean isAxiomKeyword()
      Deprecated.
      Returns:
      axiom keyword
    • isClassExpressionConnectiveKeyword

      public boolean isClassExpressionConnectiveKeyword()
      Deprecated.
      Returns:
      true if it is a class connective
    • isClassExpressionQuantiferKeyword

      public boolean isClassExpressionQuantiferKeyword()
      Deprecated.
      Returns:
      class quantifier
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Enum<ManchesterOWLSyntax>
    • keyword

      public String keyword()
      Deprecated.
      Returns:
      keyword
    • matches

      public boolean matches(String s)
      Deprecated.
      Parameters:
      s - s
      Returns:
      true if matches keyword
    • matchesEitherForm

      public boolean matchesEitherForm(String s)
      Deprecated.
      Parameters:
      s - s
      Returns:
      true if either form matches
    • matches

      public boolean matches(String s, String v)
      Deprecated.
      for keywords which match two tokens.
      Parameters:
      s - s
      v - v
      Returns:
      true if matches