GATE
Version 3.1-2270

gate
Interface CorpusController

All Superinterfaces:
Controller, Executable, FeatureBearer, NameBearer, Resource, Serializable
All Known Implementing Classes:
ConditionalSerialAnalyserController, SerialAnalyserController

public interface CorpusController
extends Controller

Models the execution of groups of ProcessingResources on a given corpus.


Method Summary
 Corpus getCorpus()
          Returns the Corpus used by this controller.
 void setCorpus(Corpus corpus)
          Sets the Corpus which contains the data on which the controller is going to run.
 
Methods inherited from interface gate.Controller
getPRs, setPRs
 
Methods inherited from interface gate.Resource
cleanup, getParameterValue, init, setParameterValue, setParameterValues
 
Methods inherited from interface gate.util.FeatureBearer
getFeatures, setFeatures
 
Methods inherited from interface gate.util.NameBearer
getName, setName
 
Methods inherited from interface gate.Executable
execute, interrupt, isInterrupted
 

Method Detail

getCorpus

Corpus getCorpus()
Returns the Corpus used by this controller.


setCorpus

void setCorpus(Corpus corpus)
Sets the Corpus which contains the data on which the controller is going to run.


GATE
Version 3.1-2270