OWLUnaryPropertyAxiom
@protocol OWLUnaryPropertyAxiom <OWLPropertyAxiom>
/// The property expression that this axiom describes.
@property (nonatomic, copy, readonly) id<OWLPropertyExpression> property;
@end
Undocumented
-
The property expression that this axiom describes.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLPropertyExpression> _Nonnull property;