com.hp.hpl.jena.sparql.modify
Class UpdateEngineBase

java.lang.Object
  extended by com.hp.hpl.jena.sparql.modify.UpdateEngineBase
All Implemented Interfaces:
UpdateEngine
Direct Known Subclasses:
UpdateEngineMain

public abstract class UpdateEngineBase
extends Object
implements UpdateEngine


Constructor Summary
UpdateEngineBase(GraphStore graphStore, 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 com.hp.hpl.jena.sparql.modify.UpdateEngine
finishRequest, getUpdateSink, startRequest
 

Constructor Detail

UpdateEngineBase

public UpdateEngineBase(GraphStore graphStore,
                        Binding inputBinding,
                        Context context)


Licenced under the Apache License, Version 2.0