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