public interface HasAnnotationPropertiesInSignature
| Modifier and Type | Method and Description |
|---|---|
default 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 Stream<OWLAnnotationProperty> annotationPropertiesInSignature()
Copyright © 2017 The University of Manchester. All rights reserved.