public class OWLSubAnnotationPropertyOfAxiomImpl extends OWLAxiomImpl implements OWLSubAnnotationPropertyOfAxiom
| Constructor and Description |
|---|
OWLSubAnnotationPropertyOfAxiomImpl(OWLAnnotationProperty subProperty,
OWLAnnotationProperty superProperty,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
<T extends OWLAxiom> |
getAnnotatedAxiom(Stream<OWLAnnotation> anns)
Gets a copy of this axiom that is annotated with the specified annotations.
|
OWLSubAnnotationPropertyOfAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without annotations.
|
OWLAnnotationProperty |
getSubProperty()
Gets the subproperty of this axiom.
|
OWLAnnotationProperty |
getSuperProperty()
Gets the superproperty of this axiom.
|
annotations, annotationsAsList, getNNF, isAnnotatedannotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, accept, accept, components, componentsAnnotationsFirst, componentsWithoutAnnotations, getAxiomType, hashIndex, initHashCodeisAnnotationAxiomequalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAxiom, isIndividual, isLogicalAxiom, isOfType, isOfType, isOfType, typeIndexannotations, annotations, annotations, annotationsAsList, getAnnotations, getAnnotationsasAnonymousIndividual, asIRIgetNestedClassExpressions, hashIteration, hasSharedStructure, isAnonymousExpression, isBottomEntity, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signature, unsortedSignaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignatureisAnonymous, isNamedaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLSubAnnotationPropertyOfAxiomImpl(OWLAnnotationProperty subProperty, OWLAnnotationProperty superProperty, Collection<OWLAnnotation> annotations)
subProperty - sub propertysuperProperty - super propertyannotations - annotations on the axiompublic <T extends OWLAxiom> T getAnnotatedAxiom(Stream<OWLAnnotation> anns)
OWLAxiomgetAnnotatedAxiom in interface OWLAxiomT - typeanns - The annotations that will be added to existing annotations to annotate the
copy of this axiomOWLAxiom#getAnnotations() method.public OWLSubAnnotationPropertyOfAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLSubAnnotationPropertyOfAxiompublic OWLAnnotationProperty getSubProperty()
OWLSubAnnotationPropertyOfAxiomgetSubProperty in interface OWLSubAnnotationPropertyOfAxiompublic OWLAnnotationProperty getSuperProperty()
OWLSubAnnotationPropertyOfAxiomgetSuperProperty in interface OWLSubAnnotationPropertyOfAxiomCopyright © 2019 The University of Manchester. All rights reserved.