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