private static UpdateProcessor make(UpdateRequest updateRequest, GraphStore graphStore, Binding initialBinding, Context context)
{
if ( context == null )
context = ARQ.getContext().copy();
UpdateEngineFactory f = UpdateEngineRegistry.get().find(updateRequest, graphStore, context) ;
if ( f == null )
return null ;
UpdateProcessorBase uProc = new UpdateProcessorBase(updateRequest, graphStore, context, f) ;
if ( initialBinding != null )