edu.lehigh.swat.hawk.storage.dldb
Class DldbStorage

java.lang.Object
  extended by edu.lehigh.swat.hawk.storage.StorageModel
      extended by edu.lehigh.swat.hawk.storage.PersistentStorageModel
          extended by edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
              extended by edu.lehigh.swat.hawk.storage.dldb.DldbStorage
All Implemented Interfaces:
QueryableStorageModel

public class DldbStorage
extends DatabaseStorage

The DLDB storage model


Field Summary
protected  java.lang.String reasonerUrl
           
 
Fields inherited from class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
knownDocs, knownOntos, knownUrls, maxUrlNum, ontSeqNum, propertyTypes, 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, close, createDocument, createKb, decideCommitOnto, forcedExit, getDBName, getDocument, getDocumentIterator, getKnownOntologies, getKnownUrls, getOntSeq, getPropertyTypes, getQueryOntology, getSeqNum, getSourceNum, getTableName, getUrlIndex, getViewDefinition, issueQuery, open, setImplictImports, setQueryOntology, updateDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reasonerUrl

protected java.lang.String reasonerUrl
Constructor Detail

DldbStorage

public DldbStorage(java.lang.String dbName)
Constructor

Parameters:
dbName -
Method Detail

createOntology

public Ontology createOntology()
Create an Ontology object.

Overrides:
createOntology in class DatabaseStorage

setReasonerUrl

public void setReasonerUrl(java.lang.String rUrl)
Set the reasoner path.


getReasonerUrl

public java.lang.String getReasonerUrl()
Set the reasoner path.