edu.lehigh.swat.hawk.storage.dlmemory
Class DlMemoryStorage

java.lang.Object
  extended by edu.lehigh.swat.hawk.storage.StorageModel
      extended by edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
          extended by edu.lehigh.swat.hawk.storage.dlmemory.DlMemoryStorage

public class DlMemoryStorage
extends SimpleMemoryStorage

A memory based storage model


Constructor Summary
DlMemoryStorage()
          Constructor
 
Method Summary
 Ontology createOntology()
          Create an Ontology object.
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simplememory.SimpleMemoryStorage
addDocument, createDocument, getDocument, getDocumentIterator, getSeqNum, pushImports, setImplictImports, updateDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DlMemoryStorage

public DlMemoryStorage()
Constructor

Method Detail

createOntology

public Ontology createOntology()
Create an Ontology object.

Overrides:
createOntology in class SimpleMemoryStorage