public interface AnnotationProvider
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value)
Gets an annotation
|
default OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Collection<OWLAnnotation> annotations)
Gets an annotation
|
default OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
OWLAnnotation annotation)
Gets an annotation
|
OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Stream<OWLAnnotation> annotations)
Gets an annotation
|
OWLAnnotation getOWLAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value)
property - the annotation property.value - The annotation value.default OWLAnnotation getOWLAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> annotations)
property - the annotation property.value - The annotation value.annotations - A set of annotations. Cannot be null or contain nulls.default OWLAnnotation getOWLAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value, OWLAnnotation annotation)
property - the annotation property.value - The annotation value.annotation - Annotation on this annotation. Cannot be null or contain nulls.OWLAnnotation getOWLAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations)
property - the annotation property.value - The annotation value.annotations - A stream of annotations. Cannot be null or contain nulls.Copyright © 2020 The University of Manchester. All rights reserved.