Package org.aksw.jenax.arq.dataset.impl
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic DatasetOneNgstatic DatasetOneNgstatic DatasetOneNgstatic DatasetOneNgcreate(org.apache.jena.query.Dataset dataset, org.apache.jena.graph.Node graphName) static DatasetOneNgnaturalDataset(org.apache.jena.rdf.model.RDFNode resource) static DatasetOneNgwrap(DatasetGraphOneNg dsg) 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, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, supportsTransactionsMethods inherited from interface org.aksw.jenax.arq.dataset.api.DatasetOneNg
getModel, getSelfResourceMethods inherited from interface org.apache.jena.sparql.core.Transactional
begin, begin, calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote, promote, transactionMode, transactionType
-
Constructor Details
-
DatasetOneNgImpl
-
-
Method Details
-
wrap
-
create
-
create
public static DatasetOneNg create(org.apache.jena.query.Dataset dataset, org.apache.jena.graph.Node graphName) -
create
-
create
-
naturalDataset
-
getGraphName
- Specified by:
getGraphNamein interfaceDatasetOneNg
-