public interface UpdateEngineFactory
Modifier and Type | Method and Description |
---|---|
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
|
boolean accept(UpdateRequest request, GraphStore graphStore, Context context)
UpdateEngine create(UpdateRequest request, GraphStore graphStore, Binding inputBinding, Context context)
Licenced under the Apache License, Version 2.0