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.
Core interface to create RDFConnections for Datasets.
- Author:
- Claus Stadler
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdfconnection.RDFConnectionconnect(org.apache.jena.query.Dataset dataset)
-
Method Details
-
connect
org.apache.jena.rdfconnection.RDFConnection connect(org.apache.jena.query.Dataset dataset)
-