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.
|
<E extends OWLEntity> E getOWLEntity(EntityType<E> entityType, IRI iri)
E - entity typeentityType - 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 © 2014 The University of Manchester. All Rights Reserved.