Class SPARQLStore
java.lang.Object
it.uniroma2.art.semanticturkey.config.sparql.SPARQLStore
- All Implemented Interfaces:
ConfigurationManager<StoredSPARQLOperation>,ProjectConfigurationManager<StoredSPARQLOperation>,PUConfigurationManager<StoredSPARQLOperation>,SystemConfigurationManager<StoredSPARQLOperation>,UserConfigurationManager<StoredSPARQLOperation>,ConfigurableComponent<StoredSPARQLOperation>,IdentifiableComponent,PUScopedConfigurableComponent<StoredSPARQLOperation>,ScopedComponent
@Component
public class SPARQLStore
extends Object
implements PUScopedConfigurableComponent<StoredSPARQLOperation>
A storage for SPARQL operations (i.e. queries and updates).
- Author:
- Manuel Fiorelli
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.uniroma2.art.semanticturkey.config.ConfigurationManager
deleteConfiguration, getConfiguration, getConfigurationReferences, getConfigurationScopes, storeConfigurationMethods inherited from interface it.uniroma2.art.semanticturkey.config.ProjectConfigurationManager
deleteProjectConfiguration, getProjectConfiguration, getProjectConfigurationIdentifiers, storeProjectConfigurationMethods inherited from interface it.uniroma2.art.semanticturkey.config.PUConfigurationManager
deleteProjectConfiguration, getProjectConfiguration, getProjectConfigurationIdentifiers, storeProjectConfigurationMethods inherited from interface it.uniroma2.art.semanticturkey.extension.PUScopedConfigurableComponent
getScopeMethods inherited from interface it.uniroma2.art.semanticturkey.config.SystemConfigurationManager
deleteSystemConfiguration, getSystemConfiguration, getSystemConfigurationIdentifiers, storeSystemConfigurationMethods inherited from interface it.uniroma2.art.semanticturkey.config.UserConfigurationManager
deleteUserConfiguration, getUserConfiguration, getUserConfigurationIdentifiers, storeUserConfiguration
-
Constructor Details
-
SPARQLStore
public SPARQLStore()
-
-
Method Details
-
getId
Description copied from interface:IdentifiableComponentreturns the identifier of this component- Specified by:
getIdin interfaceIdentifiableComponent- Returns:
- the identifier of this component
-