Package org.apache.jena.sparql.modify
Class UpdateEngineBase
- java.lang.Object
-
- org.apache.jena.sparql.modify.UpdateEngineBase
-
- All Implemented Interfaces:
UpdateEngine
- Direct Known Subclasses:
UpdateEngineMain
public abstract class UpdateEngineBase extends java.lang.Object implements UpdateEngine
-
-
Constructor Summary
Constructors Constructor Description UpdateEngineBase(DatasetGraph datasetGraph, Binding inputBinding, Context context)
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jena.sparql.modify.UpdateEngine
finishRequest, getUpdateSink, startRequest
-
-
-
-
Constructor Detail
-
UpdateEngineBase
public UpdateEngineBase(DatasetGraph datasetGraph, Binding inputBinding, Context context)
-
-