Interface UpdateStrategy<T extends UpdateExecutionFactory>

All Superinterfaces:
Function<SparqlService,T>
All Known Implementing Classes:
UpdateStrategyEventSource

public interface UpdateStrategy<T extends UpdateExecutionFactory> extends Function<SparqlService,T>
An update strategy is a function that yields an UpdateExecutionFactory for a given sparqlService.
Author:
raven