public interface HasAnnotationPropertiesInSignature
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<OWLAnnotationProperty> |
annotationPropertiesInSignature()
A convenience method that obtains the annotation properties that are in
the signature of this object.
|
default Set<OWLAnnotationProperty> |
getAnnotationPropertiesInSignature()
Deprecated.
use the stream method
|
@Deprecated default Set<OWLAnnotationProperty> getAnnotationPropertiesInSignature()
default java.util.stream.Stream<OWLAnnotationProperty> annotationPropertiesInSignature()
Copyright © 2017 The University of Manchester. All Rights Reserved.