Interface UpdateEngineFactoryProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UpdateEngineFactoryProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.modify.UpdateEngineFactory
    find(org.apache.jena.sparql.core.DatasetGraph datasetGraph, org.apache.jena.sparql.util.Context context)
     
  • Method Details

    • find

      org.apache.jena.sparql.modify.UpdateEngineFactory find(org.apache.jena.sparql.core.DatasetGraph datasetGraph, org.apache.jena.sparql.util.Context context)