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