public class UpdateProcessorBase extends Object implements UpdateProcessor
Constructor and Description |
---|
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Context context,
UpdateEngineFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute
|
Context |
getContext() |
GraphStore |
getGraphStore()
The dataset against which the query will execute.
|
void |
setInitialBinding(Binding binding) |
void |
setInitialBinding(QuerySolution binding)
Set the initial association of variables and values.
|
public UpdateProcessorBase(UpdateRequest request, GraphStore graphStore, Context context, UpdateEngineFactory factory)
public void execute()
UpdateProcessor
execute
in interface UpdateProcessor
public GraphStore getGraphStore()
UpdateProcessor
getGraphStore
in interface UpdateProcessor
public void setInitialBinding(QuerySolution binding)
UpdateProcessor
setInitialBinding
in interface UpdateProcessor
public void setInitialBinding(Binding binding)
public Context getContext()
Licenced under the Apache License, Version 2.0