OWLNAryBooleanClassExpression

@protocol OWLNAryBooleanClassExpression <OWLBooleanClassExpression>

/// The operands of this class expression.
@property (nonatomic, copy, readonly) NSSet<id<OWLClassExpression>> *operands;

@end

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 }