public interface UpdateEngineFactory
Interface for factories that accept and process SPARQL update requests.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(DatasetGraph datasetGraph, Context context) Answer whether this factory can produce an UpdateEngine for the specified GraphStorecreate
(DatasetGraph datasetGraph, Binding inputBinding, Context context) Create the update engine - having returned true to accept, should not fail
-
Method Details
-
accept
Answer whether this factory can produce an UpdateEngine for the specified GraphStore -
create
Create the update engine - having returned true to accept, should not fail
-