@Deprecated public class SPARQLExecutor extends Object
SPARQL or ThreadedSPARQL| Constructor and Description |
|---|
SPARQLExecutor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
executeAsk(String query,
String endpoint)
Deprecated.
|
static Results |
executeSelect(String query,
String endpoint)
Deprecated.
|
static boolean |
isEndpointAlive(String endpoint)
Deprecated.
|
static Set<org.apache.jena.rdf.model.RDFNode> |
sparql(String service,
String query)
Deprecated.
|
@Deprecated public static boolean isEndpointAlive(String endpoint)
SPARQL.isEndpointAlive(String).endpoint - @Deprecated public static Results executeSelect(String query, String endpoint)
SPARQL#executeSelect(String).query - endpoint - @Deprecated public static Boolean executeAsk(String query, String endpoint)
SPARQL#executeAsk(String).query - endpoint - @Deprecated public static Set<org.apache.jena.rdf.model.RDFNode> sparql(String service, String query)
SPARQL.sparql(String). Please consider using this, or even ThreadedSPARQLservice - query - Copyright © 2016–2020. All rights reserved.