@Deprecated public abstract class SPARQLOperation extends Object implements Operation
| Modifier and Type | Field and Description |
|---|---|
protected MapBindingSet |
bindings
Deprecated.
|
protected org.apache.http.client.HttpClient |
client
Deprecated.
|
protected Dataset |
dataset
Deprecated.
|
| Constructor and Description |
|---|
SPARQLOperation(org.apache.http.client.HttpClient client,
String url,
String base,
String operation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearBindings()
Deprecated.
|
protected void |
execute(Runnable command)
Deprecated.
|
protected Set<String> |
getBindingNames()
Deprecated.
|
BindingSet |
getBindings()
Deprecated.
|
Dataset |
getDataset()
Deprecated.
|
boolean |
getIncludeInferred()
Deprecated.
|
protected String |
getQueryString()
Deprecated.
|
String |
getUrl()
Deprecated.
|
void |
removeBinding(String name)
Deprecated.
|
void |
setBinding(String name,
Value value)
Deprecated.
|
void |
setDataset(Dataset dataset)
Deprecated.
|
void |
setIncludeInferred(boolean inf)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxExecutionTime, setMaxExecutionTimeprotected org.apache.http.client.HttpClient client
protected Dataset dataset
protected MapBindingSet bindings
public String getUrl()
public BindingSet getBindings()
getBindings in interface Operationpublic Dataset getDataset()
getDataset in interface Operationpublic boolean getIncludeInferred()
getIncludeInferred in interface Operationpublic void removeBinding(String name)
removeBinding in interface Operationpublic void setBinding(String name, Value value)
setBinding in interface Operationpublic void clearBindings()
clearBindings in interface Operationpublic void setDataset(Dataset dataset)
setDataset in interface Operationpublic void setIncludeInferred(boolean inf)
setIncludeInferred in interface Operationprotected void execute(Runnable command)
protected String getQueryString()
Copyright © 2001-2016 Aduna. All Rights Reserved.