gate.creole
Class RealtimeCorpusController.DocRunner

java.lang.Object
  extended by gate.creole.RealtimeCorpusController.DocRunner
All Implemented Interfaces:
Callable<Object>
Enclosing class:
RealtimeCorpusController

protected class RealtimeCorpusController.DocRunner
extends Object
implements Callable<Object>


Field Summary
private  Document document
           
 
Constructor Summary
RealtimeCorpusController.DocRunner(Document document)
           
 
Method Summary
 Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

private Document document
Constructor Detail

RealtimeCorpusController.DocRunner

public RealtimeCorpusController.DocRunner(Document document)
Method Detail

call

public Object call()
Specified by:
call in interface Callable<Object>