OWLNAryBooleanClassExpression
Objective-C
@protocol OWLNAryBooleanClassExpression <OWLBooleanClassExpression>
/// The operands of this class expression.
@property (nonatomic, copy, readonly) NSSet<id<OWLClassExpression>> *operands;
@end
Swift
protocol OWLNAryBooleanClassExpression : OWLBooleanClassExpression
Undocumented
-
The operands of this class expression.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSSet<id<OWLClassExpression>> *_Nonnull operands;
Swift
var operands: Set<AnyHashable> { get }