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

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

public class UpdateEngineMain
extends UpdateEngineBase


Constructor Summary
UpdateEngineMain(GraphStore graphStore, UpdateRequest request, Binding initialBinding, Context context)
           
 
Method Summary
 void execute()
           
static UpdateEngineFactory getFactory()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateEngineMain

public UpdateEngineMain(GraphStore graphStore,
                        UpdateRequest request,
                        Binding initialBinding,
                        Context context)
Method Detail

execute

public void execute()
Specified by:
execute in interface UpdateEngine
Specified by:
execute in class UpdateEngineBase

getFactory

public static UpdateEngineFactory getFactory()


Licenced under the Apache License, Version 2.0