OWLNAryClassAxiom

Objective-C

@protocol OWLNAryClassAxiom <OWLClassAxiom, OWLNAryAxiom>

/// The top level class expressions that appear in this axiom.
@property (nonatomic, copy, readonly) NSSet<id<OWLClassExpression>> *classExpressions;

@end

Swift

protocol OWLNAryClassAxiom : OWLClassAxiom, OWLNAryAxiom

Undocumented