public interface OWLNamedIndividualProvider extends Serializable
| Modifier and Type | Method and Description |
|---|---|
OWLNamedIndividual |
getOWLNamedIndividual(IRI iri)
Gets an instance of
OWLNamedIndividual that has the specified
IRI. |
@Nonnull OWLNamedIndividual getOWLNamedIndividual(@Nonnull IRI iri)
OWLNamedIndividual that has the specified
IRI.iri - The IRI. Not null.OWLNamedIndividual that has the specified IRI. Not
null.Copyright © 2016 The University of Manchester. All Rights Reserved.