Package org.eclipse.rdf4j.sail
Class UpdateContext
java.lang.Object
org.eclipse.rdf4j.sail.UpdateContext
Provided with add and remove operation to give them context within a
UpdateExpr
operation.- Author:
- James Leigh
-
Constructor Summary
ConstructorDescriptionUpdateContext
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Method Summary
-
Constructor Details
-
UpdateContext
public UpdateContext(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
-
-
Method Details
-
toString
-
getUpdateExpr
- Returns:
- Returns the updateExpr.
-
getDataset
- Returns:
- Returns the dataset.
-
getBindingSet
- Returns:
- Returns the bindings.
-
isIncludeInferred
public boolean isIncludeInferred()- Returns:
- Returns the includeInferred.
-