GATE
Version 3.1-2270

Uses of Interface
gate.Controller

Packages that use Controller
gate This package contains the public interface to the GATE Java API. 
gate.creole   
 

Uses of Controller in gate
 

Subinterfaces of Controller in gate
 interface CorpusController
          Models the execution of groups of ProcessingResources on a given corpus.
 

Uses of Controller in gate.creole
 

Subinterfaces of Controller in gate.creole
 interface ConditionalController
          A Conditional controller is a controller that keeps a running strategy for each PR contained.
 

Classes in gate.creole that implement Controller
 class AbstractController
           
 class ConditionalSerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class ConditionalSerialController
          Execute a list of PRs serially.
 class SerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class SerialController
          Execute a list of PRs serially.
 


GATE
Version 3.1-2270