OWLNAryClassAxiom
@protocol OWLNAryClassAxiom <OWLClassAxiom, OWLNAryAxiom>
/// The top level class expressions that appear in this axiom.
@property (nonatomic, copy, readonly) NSSet<id<OWLClassExpression>> *classExpressions;
@end
Undocumented
-
The top level class expressions that appear in this axiom.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSSet<id<OWLClassExpression>> *_Nonnull classExpressions;