slib.sglib.model.repo
Interface URIFactory


public interface URIFactory

Interface defining a Factory which must be used to create the URIs or namespace.

Author:
Sebastien Harispe

Method Summary
 void clear()
           
 org.openrdf.model.URI createURI(String sURI)
           
 org.openrdf.model.URI createURI(String snamespace, String localName)
           
 String getNamespace(String ns_prefix)
           
 boolean loadNamespacePrefix(String prefix, String reference)
           
 

Method Detail

loadNamespacePrefix

boolean loadNamespacePrefix(String prefix,
                            String reference)
                            throws slib.utils.ex.SLIB_Ex_Critic
Parameters:
prefix -
reference -
Returns:
Throws:
slib.utils.ex.SLIB_Ex_Critic

getNamespace

String getNamespace(String ns_prefix)
Parameters:
ns_prefix -
Returns:

createURI

org.openrdf.model.URI createURI(String sURI)

createURI

org.openrdf.model.URI createURI(String snamespace,
                                String localName)

clear

void clear()


Copyright © 2013. All Rights Reserved.