public abstract class OWLNaryClassAxiomImpl extends OWLClassAxiomImpl implements OWLNaryClassAxiom
| Constructor and Description |
|---|
OWLNaryClassAxiomImpl(Set<? extends OWLClassExpression> classExpressions,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(OWLClassExpression ce) |
boolean |
equals(Object obj) |
Set<OWLClassExpression> |
getClassExpressions() |
List<OWLClassExpression> |
getClassExpressionsAsList() |
Set<OWLClassExpression> |
getClassExpressionsMinus(OWLClassExpression... desc) |
<T> Collection<T> |
walkPairwise(OWLPairwiseVisitor<T,OWLClassExpression> visitor) |
isAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypeaccept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedasPairwiseAxioms, splitToAnnotatedPairsasOWLSubClassOfAxiomspublic OWLNaryClassAxiomImpl(@Nonnull Set<? extends OWLClassExpression> classExpressions, @Nonnull Collection<? extends OWLAnnotation> annotations)
classExpressions - classesannotations - annotationspublic Set<OWLClassExpression> getClassExpressions()
getClassExpressions in interface OWLNaryClassAxiompublic List<OWLClassExpression> getClassExpressionsAsList()
getClassExpressionsAsList in interface OWLNaryClassAxiompublic boolean contains(OWLClassExpression ce)
contains in interface OWLNaryClassAxiompublic Set<OWLClassExpression> getClassExpressionsMinus(OWLClassExpression... desc)
getClassExpressionsMinus in interface OWLNaryClassAxiompublic boolean equals(Object obj)
equals in class OWLAxiomImplWithEntityAndAnonCachingpublic <T> Collection<T> walkPairwise(OWLPairwiseVisitor<T,OWLClassExpression> visitor)
walkPairwise in interface OWLNaryAxiom<OWLClassExpression>Copyright © 2020 The University of Manchester. All rights reserved.