org.jrdf.graph.global.factory
Interface GlobalizedGraphFactory

All Known Implementing Classes:
GlobalizedGraphMemFactoryImpl

public interface GlobalizedGraphFactory

Represends a factory for the creation of GloblizedGraphs. User: imrank Date: 13/09/2007 Time: 11:23:42


Method Summary
 GlobalizedGraph getNewGlobalizedGraph()
          Create a new JRDF globalized graph depending on the current configuration.
 SparqlConnection getNewSparqlConnection()
          Create a new connection to perform SPARQL operations depending on the current configuration.
 void refresh()
          Reload any configuration files used to create the objects.
 

Method Detail

refresh

void refresh()
Reload any configuration files used to create the objects.


getNewGlobalizedGraph

GlobalizedGraph getNewGlobalizedGraph()
Create a new JRDF globalized graph depending on the current configuration.

Returns:
a new instance of a JRDF graph.

getNewSparqlConnection

SparqlConnection getNewSparqlConnection()
Create a new connection to perform SPARQL operations depending on the current configuration.

Returns:
a new instance of a SPARQL connection.