Groovy Documentation

java.gate.util
Interface DocumentProcessor


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

processDocument

public void processDocument(Document doc)
Process the given GATE document.


 

Groovy Documentation