public interface HasSignature
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLEntity> |
getSignature()
Deprecated.
use the stream method
|
default java.util.stream.Stream<OWLEntity> |
signature() |
@Deprecated default Set<OWLEntity> getSignature()
For ontologies, the signature of an ontology is the set of entities that are used to build axioms and annotations in the ontology. (See The OWL 2 Structural Specification)
For ontology changes, this is the signature of the axiom being added/removed or the annotation being added/removed, or empty.
default java.util.stream.Stream<OWLEntity> signature()
Copyright © 2017 The University of Manchester. All Rights Reserved.