Uses of Class
eu.monnetproject.lemon.SPARQL

Packages that use SPARQL
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
 

Uses of SPARQL in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return SPARQL
static SPARQL SPARQL.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SPARQL[] SPARQL.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.monnetproject.lemon with parameters of type SPARQL
static LemonModel LemonModels.sparqlUpdateEndpoint(URL sparqlEndpoint, URI graph, LinguisticOntology lingOnto, String updateEndpoint, SPARQL dialect)
          Connect to a lemon model in a repository supporting SPARQL and SPARQL update
static LemonModel LemonModels.sparqlUpdateEndpoint(URL sparqlEndpoint, URI graph, LinguisticOntology lingOnto, String updateEndpoint, String username, String password, SPARQL dialect)
          Connect to a lemon model in a repository supporting SPARQL and SPARQL update
 

Constructors in eu.monnetproject.lemon with parameters of type SPARQL
SPARQLLemonRepository(String queryEndpoint, String updateEndpoint, String updateQueryParam, SPARQL dialect)
           
SPARQLLemonRepository(String queryEndpoint, String updateEndpoint, String updateQueryParam, String username, String password, SPARQL dialect)
           
 

Uses of SPARQL in eu.monnetproject.lemon.impl
 

Constructors in eu.monnetproject.lemon.impl with parameters of type SPARQL
SPARULUpdater(String url, URI graph, SPARQL dialect)
          Create a connection to a SPARUL endpoint with no authentication
SPARULUpdater(String url, URI graph, String username, String password, SPARQL dialect)
          Create a connection to a SPARUL endpoint with authentication
SPARULUpdaterFactory(String url, URI graph, SPARQL dialect)
           
SPARULUpdaterFactory(String url, URI graph, String password, String username, SPARQL dialect)
           
 



Copyright © 2012. All Rights Reserved.