|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.lehigh.swat.hawk.storage.StorageModel
public abstract class StorageModel
Title: StorageModel.java
Description: a general representation of storage model. implementations depend on different storage approaches
Constructor Summary | |
---|---|
StorageModel()
|
Method Summary | |
---|---|
abstract void |
addDocument(Document d)
Add a document to this model. |
abstract Document |
createDocument()
Create an Document object. |
abstract Ontology |
createOntology()
Create an Ontology object. |
abstract Document |
getDocument(java.lang.String url)
Get the specified document. |
abstract java.util.Iterator |
getDocumentIterator()
Get all the documents in the model. |
abstract int |
getSeqNum(DocId did)
Get the sequence number for giving Document |
abstract void |
setImplictImports(boolean imp)
Set whether or not include implictly imported documents. |
abstract void |
updateDocument(Document d)
Update a document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StorageModel()
Method Detail |
---|
public abstract void addDocument(Document d)
public abstract Document getDocument(java.lang.String url)
public abstract void updateDocument(Document d)
public abstract java.util.Iterator getDocumentIterator()
public abstract void setImplictImports(boolean imp)
public abstract Ontology createOntology()
public abstract Document createDocument()
public abstract int getSeqNum(DocId did)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |