org.semanticweb.owl.util
Interface PhysicalURIToDefaultParametersResolver

All Known Implementing Classes:
OWLConnectionImpl.PhysicalURIResolver

public interface PhysicalURIToDefaultParametersResolver

Implemented by each KAON API implementation to resolve the physicalURI to the default parameters.


Method Summary
 Map getDefaultParametersForPhysicalURI(String physicalURI, Map contextParameters)
          Called by the KAONManager to attempt the resolution for given physical URI.
 

Method Detail

getDefaultParametersForPhysicalURI

public Map getDefaultParametersForPhysicalURI(String physicalURI,
                                              Map contextParameters)
Called by the KAONManager to attempt the resolution for given physical URI. If the resolution is successful, non-null value should be returned.

Parameters:
physicalURI - the physical URI
contextParameters - the parameters that are used for missing elements (may be null)
Returns:
the default parameters for accessing the physical URI, or null if the parameters cannot be resolved


WonderWeb