Package org.semanticweb.owlapi.model
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.
- Since:
- 3.5.0
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
-
Method Summary
Modifier and TypeMethodDescriptionentitiesInSignature
(IRI entityIRI) getEntitiesInSignature
(IRI entityIRI)
-
Method Details
-
getEntitiesInSignature
- 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
- Parameters:
entityIRI
- IRI for all entities to retrieve- Returns:
- stream of entities with IRI equal to entity IRI
-