public interface UpdateEngineFactory
Modifier and Type | Method and Description |
---|---|
boolean |
accept(GraphStore graphStore,
Context context)
Answer whether this factory can produce an UpdateEngine for the specified GraphStore
|
UpdateEngine |
create(GraphStore graphStore,
Context context)
Create the update engine - having returned true to accept, should not fail
|
boolean accept(GraphStore graphStore, Context context)
UpdateEngine create(GraphStore graphStore, Context context)
Licenced under the Apache License, Version 2.0