anl.aida.client.doc
Interface DocSetOperation

All Known Implementing Classes:
ShowDocViewOp

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

getLabel

java.lang.String getLabel()
Gets a label for this op.

Returns:
a label for this op.

run

void run(java.util.List<anl.aida.core.DocumentID> docs)
Runs the op on this specified list of doc

Parameters:
docs - the docs to run the op on