|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
com.hp.hpl.jena.reasoner.rdfsReasoner1.RDFSReasoner
Obsoleted at jena2p4, replaced by RDFSRuleReasoner .
An RDFS reasoner suited to modest vocabularies but large instance
data. It does eager processing on the class and property declarations
and caches the results. This means that the initial creation can
be slow. However, if the vocabulary and instance data can be
separated then at least the class lattice results can be reused.
Instance related rules are implemented using a very simple rewrite system. Triple queries that match a rule are rewritten and reapplied as queries. This is reasonably efficient for fairly ground queries, especially where the predicate is ground. It performs redundant passes over the data for unground queries, especially any that need that might match (*, type, Resource) or (*, type, Property)! |
|
com.hp.hpl.jena.reasoner.rdfsReasoner1.RDFSReasonerFactory
Obsoleted at jena2p4, replaced by RDFSRuleReasonerFactory . |
Deprecated Errors | |
com.hp.hpl.jena.rdf.model.RDFError
No longer used. |
Deprecated Fields | |
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.ERR_ABOUTEACH_NOT_TOPLEVEL
No longer occurs. Any use of rdf:aboutEach is a syntax error. |
|
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.ERR_URI_NOT_NORMAL_FORM_C
WG decision on williams-01. |
|
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_BAD_XML
|
|
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_QNAME_AS_ID
Superceded by the more general ARPErrorNumbers.WARN_BAD_NAME |
|
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_URI_COMPOSING_CHAR
WG decision on williams-01. |
|
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_XMLBASE_MISSING
ARPErrorNumbers.IGN_NO_BASE_URI_SPECIFIED |
Deprecated Methods | |
com.hp.hpl.jena.rdql.Environment.add(String, RDFNode)
This class has been renamed as ResultBinding |
|
com.hp.hpl.jena.rdql.Environment.add(String, Value)
This class has been renamed as ResultBinding |
|
com.hp.hpl.jena.rdql.Environment.check()
This class has been renamed as ResultBinding |
|
com.hp.hpl.jena.db.ModelRDB.clear()
Since Jena 2.0 this call is not recommended (it's name is misleading) - to clear an entire database use DBConnection.cleanDB, to remove just this Model use Model.remove(). |
|
com.hp.hpl.jena.db.ModelRDB.create(IDBConnection, String)
Since Jena 2.0 this call is no longer needed - it is preferable to specify the database type when constructing the DBConnection. Then use the call ModelRDB.createModel(IDBConnection) |
|
com.hp.hpl.jena.db.ModelRDB.create(IDBConnection, String, String)
Since Jena 2.0 this call is no longer needed - it is preferable to specify the database type when constructing the DBConnection and to modify the layout by using the properties in the DBConnection. Then use the call ModelRDB.createModel(IDBConnection) |
|
com.hp.hpl.jena.db.ModelRDB.deleteModel(IDBConnection, String)
Since Jena 2.0, to remove a model use the ModelRDB.remove() |
|
com.hp.hpl.jena.rdql.Environment.get(String)
This class has been renamed as ResultBinding |
|
com.hp.hpl.jena.rdql.QueryResultsStream.getAll()
QueryResultsStream do not have all the results at once - QueryResultsMem |
|
com.hp.hpl.jena.rdql.QueryResultsMem.getAll()
Old QueryResults operation |
|
com.hp.hpl.jena.rdql.QueryResults.getAll()
Use QueryResultsMem to get all the results of a query. |
|
com.hp.hpl.jena.db.IDBConnection.getDriver(String, String)
As of Jena 2.0 this call should not be used. Instead specify the database type when constructing a DBConnection and then pass that connection to the GraphRDB. There is no longer any need for applications to interact with the IRDBDriver. To customize the database configuration/layout use the formatDB(propertyModel) call. |
|
com.hp.hpl.jena.db.DBConnection.getDriver(String, String)
As of Jena 2.0 this call should not be used. Instead specify the database type when constructing a DBConnection and then pass that connection to the ModelRDB. There is no longer any need for applications to interact directly with the IRDBDriver. To customize the database configuration/layout use the setDatabaseProperties method. |
|
com.hp.hpl.jena.rdf.model.JenaConfig.getOldLiteralCompare()
this functionality is temporary |
|
com.hp.hpl.jena.rdql.Environment.getValue(String)
This class has been renamed as ResultBinding |
|
com.hp.hpl.jena.rdql.Environment.iterator()
This class has been renamed as ResultBinding |
|
com.hp.hpl.jena.db.ModelRDB.loadAll()
Since Jena 2.0, this call is not recommended. Instead use the soon-to-be-released bulk-load functions. |
|
com.hp.hpl.jena.rdf.arp.JenaReader.memModel()
This Reader is now the default. |
|
com.hp.hpl.jena.rdf.model.JenaConfig.setOldLiteralCompare(boolean)
this functionality is temporary |
|
com.hp.hpl.jena.rdql.Environment.size()
This class has been renamed as ResultBinding |
|
com.hp.hpl.jena.rdf.arp.JenaReader.translate(ALiteral)
Should never have been public. |
|
com.hp.hpl.jena.rdf.arp.JenaReader.translate(AResource)
Should never have been public. |
|
com.hp.hpl.jena.rdf.arp.JenaReader.translatePred(AResource)
Should never have been public. |
Deprecated Constructors | |
com.hp.hpl.jena.db.DBConnection(Connection)
As of Jena 2.0, it is recommended to use one of the DBConnection constructors which takes a database type as an argument. (The DBConnection can operate more efficiently if it knows the database type). |
|
com.hp.hpl.jena.db.DBConnection(String, String, String)
As of Jena 2.0, it is recommended to use one of the DBConnection constructors which takes a database type as an argument. (The DBConnection can operate more efficiently if it knows the database type). |
|
com.hp.hpl.jena.rdql.Environment()
Renamed as ResultBinding |
|
com.hp.hpl.jena.db.GraphRDB(IDBConnection, String, Graph, boolean)
Please use the alernate constructor and explicely choose the desired reification behaviour. |
|
com.hp.hpl.jena.db.ModelRDB(IDBConnection)
Since Jena 2.0, this call is not recommended - in the short-term use ModelRDB.open or ModelRDB.createModel; in the longer-term use factory methods to construct persistent models. |
|
com.hp.hpl.jena.db.ModelRDB(IDBConnection, String)
Since Jena 2.0, this call is not recommended - in the short-term use ModelRDB.open or ModelRDB.createModel; in the longer-term use factory methods to construct persistent models. |
|
com.hp.hpl.jena.rdql.QueryEngineExt(Query)
Use QueryEngine - which devloves mathcing to the graph. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |