public class OWLAnnotationImpl extends OWLAnnotationImplNotAnnotated
| Constructor and Description |
|---|
OWLAnnotationImpl(OWLAnnotationProperty property,
OWLAnnotationValue value,
java.util.stream.Stream<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLAnnotation> |
annotations() |
OWLAnnotation |
getAnnotatedAnnotation(Collection<OWLAnnotation> annotations)
Gets an OWLAnnotation which is a copy of this annotation but which has
the specified annotations.
|
OWLAnnotation |
getAnnotatedAnnotation(java.util.stream.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, components, componentsAnnotationsFirst, componentsWithoutAnnotations, hashIndex, typeIndexgetNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignatureisAnonymousannotations, annotations, getAnnotations, getAnnotationsaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLAnnotationImpl(OWLAnnotationProperty property, OWLAnnotationValue value, java.util.stream.Stream<OWLAnnotation> annotations)
property - annotation propertyvalue - annotation valueannotations - annotations on the axiompublic java.util.stream.Stream<OWLAnnotation> annotations()
public OWLAnnotation getAnnotatedAnnotation(Collection<OWLAnnotation> annotations)
OWLAnnotationgetAnnotatedAnnotation in interface OWLAnnotationgetAnnotatedAnnotation in class OWLAnnotationImplNotAnnotatedannotations - The annotationspublic OWLAnnotation getAnnotatedAnnotation(java.util.stream.Stream<OWLAnnotation> annotations)
OWLAnnotationgetAnnotatedAnnotation in interface OWLAnnotationgetAnnotatedAnnotation in class OWLAnnotationImplNotAnnotatedannotations - The annotationsCopyright © 2017 The University of Manchester. All Rights Reserved.