OWLQuantifiedRestriction
Objective-C
@protocol OWLQuantifiedRestriction <OWLRestriction>
/// The filler of this restriction.
@property (nonatomic, strong, readonly) id<OWLPropertyRange> filler;
@end
Swift
protocol OWLQuantifiedRestriction : OWLRestriction
Undocumented
-
The filler of this restriction.
Declaration
Objective-C
@property (nonatomic, strong, readonly) id<OWLPropertyRange> _Nonnull filler;
Swift
var filler: OWLPropertyRange { get }