Enumerations
The following enumerations are available globally.
-
Represents the type of axioms which can belong to ontologies.
See moreDeclaration
Objective-C
enum OWLAxiomType {}Swift
struct OWLAxiomType : OptionSet -
Represents the different types of OWL 2 class expressions.
See moreDeclaration
Objective-C
enum OWLClassExpressionType {}Swift
enum OWLClassExpressionType : Int -
Models DL construct families.
See moreDeclaration
Objective-C
enum OWLDLConstruct {}Swift
struct OWLDLConstruct : OptionSet -
Represents the different types of OWL 2 Entities.
See moreDeclaration
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 moreDeclaration
Objective-C
enum TMEIndividualType {}Swift
struct TMEIndividualType : OptionSet
-
Represents supported time units.
See moreDeclaration
Objective-C
enum TMETimeUnit {}Swift
enum TMETimeUnit : Int
Enumerations Reference