Enumerations

The following enumerations are available globally.

  • Represents the type of axioms which can belong to ontologies.

    See more

    Declaration

    Objective-C

    enum OWLAxiomType {}

    Swift

    struct OWLAxiomType : OptionSet
  • Represents the different types of OWL 2 class expressions.

    See more

    Declaration

    Objective-C

    enum OWLClassExpressionType {}

    Swift

    enum OWLClassExpressionType : Int
  • Models DL construct families.

    See more

    Declaration

    Objective-C

    enum OWLDLConstruct {}

    Swift

    struct OWLDLConstruct : OptionSet
  • Represents the different types of OWL 2 Entities.

    See more

    Declaration

    Objective-C

    enum OWLEntityType {}

    Swift

    enum OWLEntityType : Int
  • Represents the type of an individual w.r.t. semantic matchmaking tasks. In this context, an individual can be either a resource, a request or both.

    See more

    Declaration

    Objective-C

    enum TMEIndividualType {}

    Swift

    struct TMEIndividualType : OptionSet

Time units

  • Represents supported time units.

    See more

    Declaration

    Objective-C

    enum TMETimeUnit {}

    Swift

    enum TMETimeUnit : Int