|
|||||||||
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
public abstract class PersistentStorageModel
Title: PersistentStorageModel.java
Description: general model for repository storage, like database etc.
Constructor Summary | |
---|---|
PersistentStorageModel()
Constructor |
Method Summary | |
---|---|
abstract void |
close()
close the repository entity |
abstract void |
open()
open the repository entity |
Methods inherited from class edu.lehigh.swat.hawk.storage.StorageModel |
---|
addDocument, createDocument, createOntology, getDocument, getDocumentIterator, getSeqNum, setImplictImports, updateDocument |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistentStorageModel()
Method Detail |
---|
public abstract void open()
public abstract void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |