Package | Description |
---|---|
unidue.ub.statistics.analysis |
Containes the major analyzing mechanisms.
|
Modifier and Type | Method and Description |
---|---|
DocumentAnalysis |
DocumentAnalyzer.updateAnalyses(DocumentAnalysis da,
Manifestation document) |
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable<java.lang.Integer,DocumentAnalysis> |
DocumentAnalyzer.getAnalyses()
returns the loan and request times for a given Document.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentAnalysis.addEditionalDocumentAnalysis(DocumentAnalysis secondAnalysis)
adds another
DocumentAnalysis -object to this one, assuming
the different documents. |
void |
DocumentAnalysis.addYearlyDocumentAnalysis(DocumentAnalysis secondAnalysis)
adds another
DocumentAnalysis -object to this one, assuming
the same document, but different years. |
int |
DocumentAnalysis.compareTo(DocumentAnalysis other)
compares this
DocumentAnalysis -object to another one. |
static void |
DocumentAnalysisDAO.persistDocumentAnalysis(DocumentAnalysis analysis)
Persists a single
DocumentAnalysis to the database |
DocumentAnalysis |
DocumentAnalyzer.updateAnalyses(DocumentAnalysis da,
Manifestation document) |
Modifier and Type | Method and Description |
---|---|
static void |
DocumentAnalysisDAO.persistDocumentAnalyses(java.util.List<DocumentAnalysis> analyses)
persists a list of
DocumentAnalysis objects to the database |