public interface OWLEntityByTypeProvider
Modifier and Type | Method and Description |
---|---|
<E extends OWLEntity> |
getOWLEntity(EntityType<E> entityType,
IRI iri)
Gets an entity that has the specified IRI and is of the specified type.
|
@Nonnull <E extends OWLEntity> E getOWLEntity(@Nonnull EntityType<E> entityType, @Nonnull IRI iri)
E
- type classentityType
- The type of the entity that will be returned. Not null
.iri
- The IRI of the entity that will be returned. Not null
.null
.Copyright © 2020 The University of Manchester. All rights reserved.