OWLAxiom
@protocol OWLAxiom <OWLObject>
Represents Axioms in the OWL 2 Specification.
-
The axiom type for this axiom.
Declaration
Objective-C
@property (nonatomic, readonly) OWLAxiomType axiomType;
Swift
var axiomType: OWLAxiomType { get }
-
Determines if this axiom is an annotation axiom.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isAnnotationAxiom;
Swift
var isAnnotationAxiom: Bool { get }
-
Determines if this axiom is a logical axiom.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isLogicalAxiom;
Swift
var isLogicalAxiom: Bool { get }