Class RdfDataPodBase
java.lang.Object
org.aksw.jena_sparql_api.conjure.datapod.impl.RdfDataPodBase
- All Implemented Interfaces:
AutoCloseable,DataPod,RdfDataPod,org.aksw.jenax.dataaccess.sparql.datasource.HasRDFDataSource,org.aksw.jenax.dataaccess.sparql.pod.RDFDataPod
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Set<org.apache.jena.rdfconnection.RDFConnection> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.jena.rdfconnection.RDFConnectionorg.aksw.jenax.dataaccess.sparql.datasource.RDFDataSourcebooleanWhether the content of the data object can be modifiedprotected abstract org.apache.jena.rdfconnection.RDFConnectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.conjure.datapod.api.RdfDataPod
getDataset, getModel
-
Field Details
-
openConnections
-
isClosed
protected boolean isClosed
-
-
Constructor Details
-
RdfDataPodBase
public RdfDataPodBase()
-
-
Method Details
-
isMutable
public boolean isMutable()Description copied from interface:DataPodWhether the content of the data object can be modified -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
getConnection
public org.apache.jena.rdfconnection.RDFConnection getConnection()- Specified by:
getConnectionin interfaceRdfDataPod
-
getDataSource
public org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSource getDataSource()- Specified by:
getDataSourcein interfaceorg.aksw.jenax.dataaccess.sparql.datasource.HasRDFDataSource- Specified by:
getDataSourcein interfaceRdfDataPod
-
newConnection
protected abstract org.apache.jena.rdfconnection.RDFConnection newConnection()
-