Interface DatasetRDFConnectionFactory

All Known Implementing Classes:
DatasetRDFConnectionFactoryImpl
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 DatasetRDFConnectionFactory
Core interface to create RDFConnections for Datasets.
Author:
Claus Stadler
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.rdfconnection.RDFConnection
    connect(org.apache.jena.query.Dataset dataset)
     
  • Method Details

    • connect

      org.apache.jena.rdfconnection.RDFConnection connect(org.apache.jena.query.Dataset dataset)