OWLObjectComplementOf
@protocol OWLObjectComplementOf <OWLBooleanClassExpression>
Represents an ObjectComplementOf class expression in the OWL 2 Specification.
-
The operand of this class expression.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLClassExpression> _Nonnull operand;
Swift
@NSCopying var operand: OWLClassExpression { get }