public class SimpleIRIMapper extends Object implements OWLOntologyIRIMapper
| Constructor and Description |
|---|
SimpleIRIMapper(IRI ontologyIRI,
IRI documentIRI) |
SimpleIRIMapper(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(URI ontologyURI, IRI documentIRI)
ontologyURI - ontology IRIdocumentIRI - document IRIpublic IRI getDocumentIRI(IRI iri)
OWLOntologyIRIMappergetDocumentIRI in interface OWLOntologyIRIMapperiri - The ontology IRI to be mapped.null if the mapper
doesn't have mapping for the specified ontology IRI.Copyright © 2014 The University of Manchester. All Rights Reserved.