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, UpdateRequest request, Binding input, Context context)
           
 
Method Summary
abstract  void execute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateEngineBase

public UpdateEngineBase(GraphStore graphStore,
                        UpdateRequest request,
                        Binding input,
                        Context context)
Method Detail

execute

public abstract void execute()
Specified by:
execute in interface UpdateEngine


Licenced under the Apache License, Version 2.0