Serializable
OWLDataFactory
, OWLEntityProvider
public interface OWLNamedIndividualProvider extends Serializable
Modifier and Type | Method | 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 © 2018 The University of Manchester. All rights reserved.