com.hp.hpl.jena.graph.BulkUpdateHandler.add(Graph)
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.graph.BulkUpdateHandler.add(Graph, boolean)
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.graph.BulkUpdateHandler.add(Iterator)
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.graph.BulkUpdateHandler.add(List)
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.graph.BulkUpdateHandler.add(Triple[])
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.rdf.model.ModelCon.addLiteral(Resource, Property, Object)
Freshly (should have been done a while ago)
|
com.hp.hpl.jena.graph.Node.createAnon()
|
com.hp.hpl.jena.graph.Node.createAnon(AnonId)
|
com.hp.hpl.jena.graph.Node.createLiteral(LiteralLabel)
|
com.hp.hpl.jena.graph.Node.createLiteral(String)
|
com.hp.hpl.jena.graph.Node.createLiteral(String, RDFDatatype)
|
com.hp.hpl.jena.graph.Node.createLiteral(String, String, boolean)
|
com.hp.hpl.jena.graph.Node.createLiteral(String, String, RDFDatatype)
|
com.hp.hpl.jena.rdf.model.ModelCon.createResource(ResourceF) |
com.hp.hpl.jena.rdf.model.ModelCon.createResource(String, ResourceF) |
com.hp.hpl.jena.graph.Node.createUncachedLiteral(Object, RDFDatatype)
|
com.hp.hpl.jena.graph.Node.createUncachedLiteral(Object, String, RDFDatatype)
|
com.hp.hpl.jena.graph.Node.createURI(String)
|
com.hp.hpl.jena.graph.Node.createVariable(String)
|
com.hp.hpl.jena.graph.BulkUpdateHandler.delete(Graph)
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.graph.BulkUpdateHandler.delete(Graph, boolean)
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.graph.BulkUpdateHandler.delete(Iterator)
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.graph.BulkUpdateHandler.delete(List)
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.graph.BulkUpdateHandler.delete(Triple[])
See GraphUtil for helper functions for migration.
|
com.hp.hpl.jena.graph.Graph.getBulkUpdateHandler()
Bulk update operations are going to be removed.
|
com.hp.hpl.jena.graph.compose.Polyadic.getBulkUpdateHandler() |
com.hp.hpl.jena.reasoner.BaseInfGraph.getBulkUpdateHandler()
Bulk update operations are going to be removed.
|
com.hp.hpl.jena.rdf.model.Alt.getDefaultResource(ResourceF) |
com.hp.hpl.jena.ontology.OntModel.getModelMaker()
use getImportModelMaker instead for consistency with name
changes to OntModelSpec to avoid ambiguity with base vs import makers.
|
com.hp.hpl.jena.rdf.model.Seq.getResource(int, ResourceF) |
com.hp.hpl.jena.rdf.model.Statement.getResource(ResourceF) |
com.hp.hpl.jena.rdf.model.ModelCon.getResource(String, ResourceF) |
com.hp.hpl.jena.graph.Node.getType(String)
|
com.hp.hpl.jena.ontology.OntModel.listImportedModels()
This method has been re-named to listSubModels ,
but note that to obtain the same behaviour as listImportedModels
from Jena 2.4 and earlier, callers should invoke OntModel.listSubModels(boolean)
with parameter true .
|
com.hp.hpl.jena.graph.BulkUpdateHandler.remove(Node, Node, Node)
Use Graph.remove( Node s, Node p, Node o )
|
com.hp.hpl.jena.graph.BulkUpdateHandler.removeAll()
Use Graph.clear()
|
com.hp.hpl.jena.rdf.model.RDFList.removeAll()
|