|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.lehigh.swat.hawk.storage.StorageModel
edu.lehigh.swat.hawk.storage.PersistentStorageModel
edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
edu.lehigh.swat.hawk.storage.dldb.DldbStorage
public class DldbStorage
The DLDB storage model
Field Summary | |
---|---|
protected java.lang.String |
reasonerUrl
|
Fields inherited from class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage |
---|
cachedDocs, con, dbName, emptyTableState, knownDocs, knownOntos, knownUrls, loadedDocs, loadedTripleNum, maxUrlNum, ontSeqNum, propertyTypes, queryOnly, queryOnto, sourceSeqNum, stmt |
Constructor Summary | |
---|---|
DldbStorage(java.lang.String dbName)
Constructor |
Method Summary | |
---|---|
Ontology |
createOntology()
Create an Ontology object. |
java.lang.String |
getReasonerUrl()
Set the reasoner path. |
void |
setReasonerUrl(java.lang.String rUrl)
Set the reasoner path. |
Methods inherited from class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage |
---|
addDocument, clearViewDefinitions, close, createDocument, createKb, decideCommitOnto, flushLoadedDocs, forcedExit, getDBName, getDocument, getDocumentIterator, getKnownOntologies, getKnownUrls, getOntSeq, getPropertyTypes, getQueryOntology, getSeqNum, getSourceNum, getStatement, getTableName, getUpdatedViewDefs, getUrlIndex, getViewDefinition, issueQuery, issueQuery, open, open, pushImports, setConnection, setImplictImports, setKnownOntologies, setQueryOntology, setViewDefinition, storeOntology, updateDocument, updatePropertyTypes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String reasonerUrl
Constructor Detail |
---|
public DldbStorage(java.lang.String dbName)
dbName
- Method Detail |
---|
public Ontology createOntology()
createOntology
in class DatabaseStorage
public void setReasonerUrl(java.lang.String rUrl)
public java.lang.String getReasonerUrl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |