Interface HasGetEntitiesInSignature

All Known Subinterfaces:
OWLMutableOntology, OWLOntology, OWLSignature, OWLSignatureBooleanArgs
All Known Implementing Classes:
ConcurrentOWLOntologyImpl, OWLImmutableOntologyImpl, OWLOntologyImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HasGetEntitiesInSignature
Since:
3.5.0
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
  • Method Details

    • getEntitiesInSignature

      default Set<OWLEntity> getEntitiesInSignature(IRI entityIRI)
      Parameters:
      entityIRI - IRI for all entities to retrieve
      Returns:
      entities with IRI equal to entity IRI. The set that is returned is a copy; modifications to the returned set will not be reflected in this object.
    • entitiesInSignature

      Stream<OWLEntity> entitiesInSignature(IRI entityIRI)
      Parameters:
      entityIRI - IRI for all entities to retrieve
      Returns:
      stream of entities with IRI equal to entity IRI