public class OWLAnnotationImplNotAnnotated extends OWLObjectImpl implements OWLAnnotation
| Constructor and Description |
|---|
OWLAnnotationImplNotAnnotated(OWLAnnotationProperty property,
OWLAnnotationValue value) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLAnnotation> |
annotationsAsList() |
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, annotationValue, components, componentsAnnotationsFirst, componentsWithoutAnnotations, hashIndex, initHashCode, typeIndexgetNestedClassExpressions, hashIteration, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signature, unsortedSignaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignatureisAnonymous, isNamedannotations, annotations, annotations, getAnnotations, getAnnotationsanonymousIndividualValue, ifAnonymousIndividual, ifAnonymousIndividualOrElse, ifIri, ifIriOrElse, ifLiteral, ifLiteralOrElse, ifValue, iriValue, literalValue, map, map, mapAnonymousIndividual, mapAnonymousIndividualOrElse, mapAnonymousIndividualOrElseGet, mapIri, mapIriOrElse, mapIriOrElseGet, mapLiteral, mapLiteralOrElse, mapLiteralOrElseGet, mapValue, whenaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLAnnotationImplNotAnnotated(OWLAnnotationProperty property, OWLAnnotationValue value)
property - annotation propertyvalue - annotation valuepublic List<OWLAnnotation> annotationsAsList()
annotationsAsList in interface HasAnnotationspublic 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 © 2020 The University of Manchester. All rights reserved.