OWLObjectPropertyCharacteristicAxiom
@protocol OWLObjectPropertyCharacteristicAxiom <OWLObjectPropertyAxiom, OWLUnaryPropertyAxiom>
#pragma mark OWLUnaryPropertyAxiom
/// The property expression that this axiom describes.
@property (nonatomic, copy, readonly) id<OWLObjectPropertyExpression> property;
@end
Undocumented
-
The property expression that this axiom describes.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLObjectPropertyExpression> _Nonnull property;
Swift
@NSCopying var property: OWLObjectPropertyExpression { get }