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.rdf.model.Model.add(Model, boolean)
suppressReifications no longer has any effect.
|
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.rdf.model.ModelFactory.createDefaultModel(ReificationStyle)
Hidden partial reifications not supported -- only style "Standard"
|
com.hp.hpl.jena.rdf.model.ModelFactory.createFileModelMaker(String, ReificationStyle) |
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.ModelFactory.createMemModelMaker(ReificationStyle)
Hidden partial reifications not support -- only style "Standard"
|
com.hp.hpl.jena.rdf.model.ModelFactory.createNonreifyingModel()
All models are ReificationStyle.Standard by default and there is no other supported style.
|
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.util.FileUtils.encodeFileName(String)
Broken: use toURL()
|
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.util.FileManager.getCachingModels()
|
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.graph.GraphMaker.getReificationStyle()
Only style "Standard" is supported.
|
com.hp.hpl.jena.rdf.model.Model.getReificationStyle() |
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.util.FileManager.remap(String)
Use mapURI
|
com.hp.hpl.jena.rdf.model.ModelCon.remove(Model, boolean)
suppressReifications now longer has any meaning or effect
|
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()
|
com.hp.hpl.jena.util.FileManager.setMapper(LocationMapper)
Use setLocationMapper
|
com.hp.hpl.jena.rdf.model.ModelFactory.withHiddenStatements(Model)
Hidden partial reifications not supported -- only style "Standard"
|