Interface RemotePrefixResolver

All Known Implementing Classes:
PrefixCcRemotePrefixResolver

public interface RemotePrefixResolver
Attempts to resolve ontology prefix by invoking a remote service.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolvePrefix(org.semanticweb.owlapi.model.IRI ontologyIri)
    Resolves prefix of an ontology with the specified IRI.
  • Method Details

    • resolvePrefix

      Optional<String> resolvePrefix(org.semanticweb.owlapi.model.IRI ontologyIri)
      Resolves prefix of an ontology with the specified IRI.
      Parameters:
      ontologyIri - IRI of the ontology to get prefix for
      Returns:
      Resolved prefix wrapped in Optional, empty Optional if unable to get the prefix