|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheDocumentSet
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. |
Method Detail |
---|
java.lang.String getLabel()
DocSetID getId()
Clusterer<anl.aida.core.DocumentID> getClusterer()
int getDocumentCount()
int getTermCount()
java.lang.String getTimeStampAsString()
java.lang.Iterable<anl.aida.core.DocumentID> documents()
anl.aida.core.KeywordGenerator getKeyWordGenerator()
anl.aida.core.ScoredTermsCollection getSTC()
DocumentsModel getDocumentsModel()
CacheElement getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |