com.hp.hpl.jena.tdb.TDBFactory.assembleGraph(String)
Assemble a Dataset and use the default graph.
|
com.hp.hpl.jena.tdb.TDBFactory.assembleModel(String)
Assemble a Dataset and use the default model.
|
com.hp.hpl.jena.tdb.TDBFactory.createGraph() |
com.hp.hpl.jena.tdb.TDBFactory.createGraph(Location)
Create a DatasetGraph and use the default graph.
|
com.hp.hpl.jena.tdb.TDBFactory.createGraph(String)
Create a DatasetGraph and use the default graph.
|
com.hp.hpl.jena.tdb.TDBFactory.createModel() |
com.hp.hpl.jena.tdb.TDBFactory.createModel(Location)
Create a Dataset and use the default model.
|
com.hp.hpl.jena.tdb.TDBFactory.createModel(String)
Create a Dataset and get the default model.
|
com.hp.hpl.jena.tdb.TDBFactory.createNamedGraph(String, Location)
Create a DatasetGraph and get the name graph from that.
|
com.hp.hpl.jena.tdb.TDBFactory.createNamedGraph(String, String)
Create a DatasetGraph and get the name graph from that.
|
com.hp.hpl.jena.tdb.TDBFactory.createNamedModel(String, Location)
Create a Dataset and get the name model.
|
com.hp.hpl.jena.tdb.TDBFactory.createNamedModel(String, String)
Create a Dataset and get the name model.
|