public interface HasObjectPropertiesInSignature
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLObjectProperty> |
getObjectPropertiesInSignature()
Deprecated.
use the stream method
|
default Stream<OWLObjectProperty> |
objectPropertiesInSignature() |
@Deprecated default Set<OWLObjectProperty> getObjectPropertiesInSignature()
default Stream<OWLObjectProperty> objectPropertiesInSignature()
Copyright © 2017 The University of Manchester. All rights reserved.