OWLPropertyRangeAxiom

@protocol OWLPropertyRangeAxiom <OWLUnaryPropertyAxiom>

/// The range specified by this axiom.
@property (nonatomic, copy, readonly) id<OWLPropertyRange> range;

@end

Undocumented

  • The range specified by this axiom.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) id<OWLPropertyRange> _Nonnull range;