Class SimpleIRIMapper

java.lang.Object
org.semanticweb.owlapi.util.SimpleIRIMapper
All Implemented Interfaces:
Serializable, OWLOntologyIRIMapper

@HasPriority(0.0) public class SimpleIRIMapper extends Object implements OWLOntologyIRIMapper
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • SimpleIRIMapper

      public SimpleIRIMapper(IRI ontologyIRI, IRI documentIRI)
      Parameters:
      ontologyIRI - ontology IRI
      documentIRI - document IRI
  • Method Details

    • getDocumentIRI

      @Nullable public IRI getDocumentIRI(IRI ontologyIRI)
      Description copied from interface: OWLOntologyIRIMapper
      Given an ontology IRI, this method maps the ontology IRI to a document IRI.
      Specified by:
      getDocumentIRI in interface OWLOntologyIRIMapper
      Parameters:
      ontologyIRI - The ontology IRI to be mapped.
      Returns:
      The document IRI of the ontology, or null if the mapper doesn't have mapping for the specified ontology IRI.