Class DatasetOneNgImpl

java.lang.Object
org.apache.jena.sparql.core.DatasetImpl
org.aksw.jenax.arq.dataset.impl.DatasetOneNgImpl
All Implemented Interfaces:
DatasetOneNg, org.apache.jena.query.Dataset, org.apache.jena.sparql.core.Transactional

public class DatasetOneNgImpl extends org.apache.jena.sparql.core.DatasetImpl implements DatasetOneNg
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional

    org.apache.jena.sparql.core.Transactional.Promote
  • Field Summary

    Fields inherited from class org.apache.jena.sparql.core.DatasetImpl

    dsg
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String graphName)
     
    create(String graphName, org.apache.jena.graph.Graph graph)
     
    create(org.apache.jena.query.Dataset dataset, String graphName)
     
    create(org.apache.jena.query.Dataset dataset, org.apache.jena.graph.Node graphName)
     
     
    naturalDataset(org.apache.jena.rdf.model.RDFNode resource)
     
     

    Methods inherited from class org.apache.jena.sparql.core.DatasetImpl

    abort, addNamedModel, addNamedModel, asDatasetGraph, begin, begin, begin, checkGraphName, close, commit, containsNamedModel, containsNamedModel, end, getContext, getDefaultModel, getLock, getNamedModel, getNamedModel, getUnionModel, graph2model, isEmpty, isInTransaction, listModelNames, listNames, promote, removeNamedModel, removeNamedModel, replaceNamedModel, replaceNamedModel, setDefaultModel, supportsTransactionAbort, supportsTransactions, transactionMode, transactionType, wrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.query.Dataset

    abort, addNamedModel, addNamedModel, asDatasetGraph, begin, close, commit, containsNamedModel, containsNamedModel, end, getContext, getDefaultModel, getLock, getNamedModel, getNamedModel, getPrefixMapping, getUnionModel, isEmpty, isInTransaction, listModelNames, listNames, removeNamedModel, removeNamedModel, replaceNamedModel, replaceNamedModel, setDefaultModel, supportsTransactionAbort, supportsTransactions

    Methods inherited from interface org.aksw.jenax.arq.dataset.api.DatasetOneNg

    getModel, getSelfResource

    Methods inherited from interface org.apache.jena.sparql.core.Transactional

    begin, begin, calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote, promote, transactionMode, transactionType