Interface UpdateEngineFactory


public interface UpdateEngineFactory
Interface for factories that accept and process SPARQL update requests.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(DatasetGraph datasetGraph, Context context)
    Answer whether this factory can produce an UpdateEngine for the specified GraphStore
    create(DatasetGraph datasetGraph, Binding inputBinding, Context context)
    Create the update engine - having returned true to accept, should not fail
  • Method Details

    • accept

      boolean accept(DatasetGraph datasetGraph, Context context)
      Answer whether this factory can produce an UpdateEngine for the specified GraphStore
    • create

      UpdateEngine create(DatasetGraph datasetGraph, Binding inputBinding, Context context)
      Create the update engine - having returned true to accept, should not fail