public class DocumentAnalyzer
extends java.lang.Object
DocumentAnalysis
from list of
Event
-objects and persists it into the DocumentAnaylsis table.Constructor and Description |
---|
DocumentAnalyzer(Manifestation document)
Calculates the loan and request times for a given Document.
|
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable<java.lang.Integer,DocumentAnalysis> |
getAnalyses()
returns the loan and request times for a given Document.
|
DocumentAnalysis |
updateAnalyses(DocumentAnalysis da,
Manifestation document) |
public DocumentAnalyzer(Manifestation document)
document
- the Document to be analyzed.public java.util.Hashtable<java.lang.Integer,DocumentAnalysis> getAnalyses()
DocumentAnalysis
object.public DocumentAnalysis updateAnalyses(DocumentAnalysis da, Manifestation document)