@FunctionalInterface public interface EntityByTypeProvider
| 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.
|
<E extends OWLEntity> E getOWLEntity(EntityType<E> entityType, IRI iri)
E - type classentityType - The type of the entity that will be returned.iri - The IRI of the entity that will be returned.Copyright © 2019 The University of Manchester. All rights reserved.