Serializable
OWLDataFactory
, OWLEntityProvider
OWLDataFactoryImpl
public interface OWLObjectPropertyProvider extends Serializable
Modifier and Type | Method | Description |
---|---|---|
OWLObjectProperty |
getOWLObjectProperty(IRI iri) |
Gets an instance of
OWLObjectProperty that has the specified
IRI . |
@Nonnull OWLObjectProperty getOWLObjectProperty(@Nonnull IRI iri)
OWLObjectProperty
that has the specified
IRI
.iri
- The IRI. Not null
.OWLObjectProperty
that has the specified IRI. Not
null
.Copyright © 2018 The University of Manchester. All rights reserved.