public interface HasAnnotations
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<OWLAnnotation> |
annotations() |
default java.util.stream.Stream<OWLAnnotation> |
annotations(OWLAnnotationProperty p) |
default java.util.stream.Stream<OWLAnnotation> |
annotations(java.util.function.Predicate<OWLAnnotation> p) |
default Set<OWLAnnotation> |
getAnnotations()
Deprecated.
use the stream method
|
default Set<OWLAnnotation> |
getAnnotations(OWLAnnotationProperty annotationProperty)
Deprecated.
use the stream method
|
default java.util.stream.Stream<OWLAnnotation> annotations()
default java.util.stream.Stream<OWLAnnotation> annotations(java.util.function.Predicate<OWLAnnotation> p)
p - filter predicate for annotations. Can be used to match the
annotation property or the annotation valuedefault java.util.stream.Stream<OWLAnnotation> annotations(OWLAnnotationProperty p)
p - annotation property to filter on@Deprecated default Set<OWLAnnotation> getAnnotations()
@Deprecated default Set<OWLAnnotation> getAnnotations(OWLAnnotationProperty annotationProperty)
annotationProperty.annotationProperty - The annotation property that will be equal to the annotation
property of each returned annotation.annotationProperty.Copyright © 2017 The University of Manchester. All Rights Reserved.