public class OWLOntologyIRIMapperImpl extends java.lang.Object implements OWLOntologyIRIMapper
Constructor and Description |
---|
OWLOntologyIRIMapperImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addMapping(IRI ontologyIRI,
IRI documentIRI) |
IRI |
getDocumentIRI(IRI ontologyIRI)
Given an ontology IRI, this method maps the ontology IRI
to a document IRI.
|
public IRI getDocumentIRI(IRI ontologyIRI)
OWLOntologyIRIMapper
getDocumentIRI
in interface OWLOntologyIRIMapper
ontologyIRI
- The ontology IRI to be mapped.null
if the mapper doesn't have mapping for the specified ontology IRI.