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 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:
      getDocumentIRI in interface org.semanticweb.owlapi.model.OWLOntologyIRIMapper