|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocSetOperation
Interface for classes that perform some sort of operation on a set of documents. For example, create a document view from that set.
Method Summary | |
---|---|
java.lang.String |
getLabel()
Gets a label for this op. |
void |
run(java.util.List<anl.aida.core.DocumentID> docs)
Runs the op on this specified list of doc |
Method Detail |
---|
java.lang.String getLabel()
void run(java.util.List<anl.aida.core.DocumentID> docs)
docs
- the docs to run the op on
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |