OWLPropertyDomainAxiom
Objective-C
@protocol OWLPropertyDomainAxiom <OWLUnaryPropertyAxiom>
/// The domain specified by this property axiom.
@property (nonatomic, copy, readonly) id<OWLClassExpression> domain;
@end
Swift
protocol OWLPropertyDomainAxiom : OWLUnaryPropertyAxiom
Undocumented
-
The domain specified by this property axiom.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLClassExpression> _Nonnull domain;