public class OWLSubAnnotationPropertyOfAxiomImpl extends OWLAxiomImplWithEntityAndAnonCaching implements OWLSubAnnotationPropertyOfAxiom
| Constructor and Description |
|---|
OWLSubAnnotationPropertyOfAxiomImpl(OWLAnnotationProperty subProperty,
OWLAnnotationProperty superProperty,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
boolean |
equals(Object obj) |
OWLSubAnnotationPropertyOfAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
OWLSubAnnotationPropertyOfAxiom |
getAxiomWithoutAnnotations() |
OWLAnnotationProperty |
getSubProperty() |
OWLAnnotationProperty |
getSuperProperty() |
boolean |
isAnnotationAxiom() |
boolean |
isLogicalAxiom() |
accept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfTypegetNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedpublic OWLSubAnnotationPropertyOfAxiomImpl(@Nonnull OWLAnnotationProperty subProperty, @Nonnull OWLAnnotationProperty superProperty, @Nonnull Collection<? extends OWLAnnotation> annotations)
subProperty - sub propertysuperProperty - super propertyannotations - annotations on the axiompublic OWLSubAnnotationPropertyOfAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic OWLSubAnnotationPropertyOfAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLSubAnnotationPropertyOfAxiompublic OWLAnnotationProperty getSubProperty()
getSubProperty in interface OWLSubAnnotationPropertyOfAxiompublic OWLAnnotationProperty getSuperProperty()
getSuperProperty in interface OWLSubAnnotationPropertyOfAxiompublic void accept(OWLAxiomVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public boolean isLogicalAxiom()
isLogicalAxiom in interface OWLAxiompublic boolean isAnnotationAxiom()
isAnnotationAxiom in interface OWLAxiompublic AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiompublic void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public boolean equals(Object obj)
equals in class OWLAxiomImplWithEntityAndAnonCachingCopyright © 2020 The University of Manchester. All rights reserved.