Constants

The following constants are available globally.

  • Project version number for OWLAPI.

    Declaration

    Objective-C

    extern double OWLAPIVersionNumber

    Swift

    var OWLAPIVersionNumber: Double
  • Project version string for OWLAPI.

    Declaration

    Objective-C

    extern const unsigned char OWLAPIVersionString[]
  • OWL namespace.

    Declaration

    Objective-C

    extern OWLNamespace *_Nonnull OWLNamespaceOWL

    Swift

    var OWLNamespaceOWL: OWLNamespace
  • RDF syntax namespace.

    Declaration

    Objective-C

    extern OWLNamespace *_Nonnull OWLNamespaceRDFSyntax

    Swift

    var OWLNamespaceRDFSyntax: OWLNamespace
  • RDF Schema namespace.

    Declaration

    Objective-C

    extern OWLNamespace *_Nonnull OWLNamespaceRDFSchema

    Swift

    var OWLNamespaceRDFSchema: OWLNamespace
  • Project version number for TinyME.

    Declaration

    Objective-C

    extern double TinyMEVersionNumber

    Swift

    var TinyMEVersionNumber: Double
  • Project version string for TinyME.

    Declaration

    Objective-C

    extern const unsigned char TinyMEVersionString[]