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

public abstract class RdfDataPodBase extends Object implements RdfDataPod
  • Field Details

    • openConnections

      protected Set<org.apache.jena.rdfconnection.RDFConnection> openConnections
    • isClosed

      protected boolean isClosed
  • Constructor Details

    • RdfDataPodBase

      public RdfDataPodBase()
  • Method Details

    • isMutable

      public boolean isMutable()
      Description copied from interface: DataPod
      Whether the content of the data object can be modified
      Specified by:
      isMutable in interface DataPod
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception
    • getConnection

      public org.apache.jena.rdfconnection.RDFConnection getConnection()
      Specified by:
      getConnection in interface RdfDataPod
    • getDataSource

      public org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSource getDataSource()
      Specified by:
      getDataSource in interface org.aksw.jenax.dataaccess.sparql.datasource.HasRDFDataSource
      Specified by:
      getDataSource in interface RdfDataPod
    • newConnection

      protected abstract org.apache.jena.rdfconnection.RDFConnection newConnection()