com.hp.hpl.jena.sparql.modify
Interface UpdateEngineFactory


public interface UpdateEngineFactory

Interface for factories that accept and process SPARQL update requests


Method Summary
 boolean accept(UpdateRequest request, GraphStore graphStore, Context context)
          Answer whether this factory can produce an UpdateEngine for the UpdateRequest and GraphStore
 UpdateEngine create(UpdateRequest request, GraphStore graphStore, Binding inputBinding, Context context)
          Create the request - having returned true to accept, should not fail
 

Method Detail

accept

boolean accept(UpdateRequest request,
               GraphStore graphStore,
               Context context)
Answer whether this factory can produce an UpdateEngine for the UpdateRequest and GraphStore


create

UpdateEngine create(UpdateRequest request,
                    GraphStore graphStore,
                    Binding inputBinding,
                    Context context)
Create the request - having returned true to accept, should not fail



Licenced under the Apache License, Version 2.0