Package org.semanticweb.owlapi.util
Class NonMappingOntologyIRIMapper
java.lang.Object
org.semanticweb.owlapi.util.NonMappingOntologyIRIMapper
- All Implemented Interfaces:
Serializable,org.semanticweb.owlapi.model.OWLOntologyIRIMapper
@HasPriority(10.0)
@Deprecated
public class NonMappingOntologyIRIMapper
extends Object
implements org.semanticweb.owlapi.model.OWLOntologyIRIMapper, Serializable
Deprecated.
not useful. If no mapping is found, the code already returns the input IRI.
An ontology URI mapper that simply returns the ontology URI without
performing any mapping operation.
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.semanticweb.owlapi.model.IRIgetDocumentIRI(org.semanticweb.owlapi.model.IRI ontologyIRI) Deprecated.
-
Constructor Details
-
NonMappingOntologyIRIMapper
public NonMappingOntologyIRIMapper()Deprecated.
-
-
Method Details
-
getDocumentIRI
@Nullable public org.semanticweb.owlapi.model.IRI getDocumentIRI(org.semanticweb.owlapi.model.IRI ontologyIRI) Deprecated.- Specified by:
getDocumentIRIin interfaceorg.semanticweb.owlapi.model.OWLOntologyIRIMapper
-