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
View on GitHub
Enumerations Reference