public class OWLAnnotationImplNotAnnotated extends OWLObjectImpl implements OWLAnnotation
| Constructor and Description |
|---|
OWLAnnotationImplNotAnnotated(OWLAnnotationProperty property,
OWLAnnotationValue value) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
getAnnotatedAnnotation(Collection<OWLAnnotation> annotations)
Gets an OWLAnnotation which is a copy of this annotation but which has
the specified annotations.
|
OWLAnnotation |
getAnnotatedAnnotation(Stream<OWLAnnotation> annotations)
Gets an OWLAnnotation which is a copy of this annotation but which has
the specified annotations.
|
OWLAnnotationProperty |
getProperty()
Gets the property that this annotation acts along.
|
OWLAnnotationValue |
getValue()
Gets the annotation value.
|
boolean |
isDeprecatedIRIAnnotation()
Determines if this annotation is an annotation used to deprecate an IRI.
|
annotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, accept, accept, components, componentsAnnotationsFirst, componentsWithoutAnnotations, hashIndex, typeIndexgetNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignatureisAnonymousannotations, annotations, annotations, getAnnotations, getAnnotationsaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLAnnotationImplNotAnnotated(OWLAnnotationProperty property, OWLAnnotationValue value)
property - annotation propertyvalue - annotation valuepublic OWLAnnotationProperty getProperty()
OWLAnnotationgetProperty in interface HasProperty<OWLAnnotationProperty>getProperty in interface OWLAnnotationpublic OWLAnnotationValue getValue()
OWLAnnotationOWLLiteral, an
IRI or an
OWLAnonymousIndividual.getValue in interface OWLAnnotationOWLAnnotationValueVisitor,
OWLAnnotationValueVisitorExpublic OWLAnnotation getAnnotatedAnnotation(Collection<OWLAnnotation> annotations)
OWLAnnotationgetAnnotatedAnnotation in interface OWLAnnotationannotations - The annotationspublic OWLAnnotation getAnnotatedAnnotation(Stream<OWLAnnotation> annotations)
OWLAnnotationgetAnnotatedAnnotation in interface OWLAnnotationannotations - The annotationspublic boolean isDeprecatedIRIAnnotation()
OWLAnnotationowl:deprecated and the value of the annotation is
"true"^^xsd:booleanisDeprecatedIRIAnnotation in interface OWLAnnotationtrue if this annotation is an annotation that can be used to deprecate an
IRI, otherwise false.Copyright © 2017 The University of Manchester. All rights reserved.