|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface DocumentProcessor
Very simple interface for a component that processes GATE documents. Typical implementations of this interface would contain a Controller but the interface is deliberately generic.
Method Summary | |
---|---|
void
|
processDocument(Document doc)
Process the given GATE document. |
Method Detail |
---|
public void processDocument(Document doc)
Groovy Documentation