public interface HasSignature
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLEntity> |
getSignature()
Deprecated.
use the stream method
|
default Stream<OWLEntity> |
signature() |
default Stream<OWLEntity> |
unsortedSignature() |
@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.
Copyright © 2019 The University of Manchester. All rights reserved.