|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.client.CacheElement.AllDocs
private static class CacheElement.AllDocs
Field Summary | |
---|---|
private Clusterer<anl.aida.core.DocumentID> |
clusterer
|
private CacheElement |
element
|
private DocSetID |
id
|
private DefaultDocumentsModel |
model
|
Constructor Summary | |
---|---|
CacheElement.AllDocs(DocSetID id,
CacheElement element)
|
Method Summary | |
---|---|
java.lang.Iterable<anl.aida.core.DocumentID> |
documents()
Gets the document ids of all the docs this set contains. |
Clusterer<anl.aida.core.DocumentID> |
getClusterer()
Gets the Clusterer that should be used to Cluster this document set. |
int |
getDocumentCount()
Gets the number of documents in this CacheDocumentSet. |
DocumentsModel |
getDocumentsModel()
Gets a DocumentsModel for the documents in this CacheDocumentSet. |
DocSetID |
getId()
Gets the id of this document set. |
anl.aida.core.KeywordGenerator |
getKeyWordGenerator()
Gets a keyword generator that can be used to generate keywords for this doc set. |
java.lang.String |
getLabel()
Gets a descriptive label for this CacheDocumentSet. |
CacheElement |
getParent()
Gets the CacheElement that is the parent of this CacheDocumentSet. |
anl.aida.core.ScoredTermsCollection |
getSTC()
Gets the ScoredTermsCollection associated with this CacheDocumentSet. |
int |
getTermCount()
Gets the number of terms in this CacheDocumentSet. |
java.lang.String |
getTimeStampAsString()
Gets the timestamp of this CacheDocumentSet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DocSetID id
private CacheElement element
private Clusterer<anl.aida.core.DocumentID> clusterer
private DefaultDocumentsModel model
Constructor Detail |
---|
CacheElement.AllDocs(DocSetID id, CacheElement element)
Method Detail |
---|
public java.lang.String getLabel()
CacheDocumentSet
getLabel
in interface CacheDocumentSet
public DocSetID getId()
CacheDocumentSet
getId
in interface CacheDocumentSet
public java.lang.Iterable<anl.aida.core.DocumentID> documents()
documents
in interface CacheDocumentSet
public Clusterer<anl.aida.core.DocumentID> getClusterer()
getClusterer
in interface CacheDocumentSet
public int getDocumentCount()
CacheDocumentSet
getDocumentCount
in interface CacheDocumentSet
public int getTermCount()
CacheDocumentSet
getTermCount
in interface CacheDocumentSet
public java.lang.String getTimeStampAsString()
CacheDocumentSet
getTimeStampAsString
in interface CacheDocumentSet
public anl.aida.core.KeywordGenerator getKeyWordGenerator()
CacheDocumentSet
getKeyWordGenerator
in interface CacheDocumentSet
public anl.aida.core.ScoredTermsCollection getSTC()
CacheDocumentSet
getSTC
in interface CacheDocumentSet
public DocumentsModel getDocumentsModel()
CacheDocumentSet
getDocumentsModel
in interface CacheDocumentSet
public CacheElement getParent()
getParent
in interface CacheDocumentSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |