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