public class OWLAnnotationImpl extends OWLAnnotationImplNotAnnotated
| Constructor and Description | 
|---|
| OWLAnnotationImpl(OWLAnnotationProperty property,
                 OWLAnnotationValue value,
                 Stream<OWLAnnotation> annotations) | 
| Modifier and Type | Method and Description | 
|---|---|
| Stream<OWLAnnotation> | annotations() | 
| 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. | 
getProperty, getValue, isDeprecatedIRIAnnotationannotationPropertiesInSignature, 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, 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 OWLAnnotationImpl(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations)
property - annotation propertyvalue - annotation valueannotations - annotations on the axiompublic Stream<OWLAnnotation> annotations()
public OWLAnnotation getAnnotatedAnnotation(Collection<OWLAnnotation> annotations)
OWLAnnotationgetAnnotatedAnnotation in interface OWLAnnotationgetAnnotatedAnnotation in class OWLAnnotationImplNotAnnotatedannotations - The annotationspublic OWLAnnotation getAnnotatedAnnotation(Stream<OWLAnnotation> annotations)
OWLAnnotationgetAnnotatedAnnotation in interface OWLAnnotationgetAnnotatedAnnotation in class OWLAnnotationImplNotAnnotatedannotations - The annotationspublic List<OWLAnnotation> annotationsAsList()
annotationsAsList in interface HasAnnotationsannotationsAsList in class OWLAnnotationImplNotAnnotatedCopyright © 2020 The University of Manchester. All rights reserved.