Uses of Class
gate.creole.metadata.RunTime

Packages that use RunTime
gate This package contains the public interface to the GATE Java API. 
gate.creole   
gate.creole.annotdelete   
gate.creole.metadata.test   
gate.creole.morph   
 

Uses of RunTime in gate
 

Methods in gate with annotations of type RunTime
 void LanguageAnalyser.setCorpus(Corpus corpus)
          Set the corpus property for this analyser.
 void LanguageAnalyser.setDocument(Document document)
          Set the document property for this analyser.
 

Uses of RunTime in gate.creole
 

Methods in gate.creole with annotations of type RunTime
 void ConditionalSerialAnalyserController.setDocument(Document document)
           
 void SerialAnalyserController.setDocument(Document document)
           
 void POSTagger.setFailOnMissingInputAnnotations(Boolean fail)
           
 void Transducer.setInputASName(String newInputASName)
          Sets the AnnotationSet to be used as input for the transducer.
 void Transducer.setOntology(Ontology ontology)
          Sets the ontology used by this transducer.
 void Transducer.setOutputASName(String newOutputASName)
          Sets the AnnotationSet to be used as output by the transducer.
 

Uses of RunTime in gate.creole.annotdelete
 

Methods in gate.creole.annotdelete with annotations of type RunTime
 void AnnotationDeletePR.setSetsToRemove(List<String> setsToRemove)
          This parameter specifies the names of sets to remove or reset.
 

Uses of RunTime in gate.creole.metadata.test
 

Methods in gate.creole.metadata.test with annotations of type RunTime
 void TestSubclassProcessingResource.setFirstParameter(URL value)
           
 void TestSuperclassProcessingResource.setFirstParameter(URL value)
           
 

Uses of RunTime in gate.creole.morph
 

Methods in gate.creole.morph with annotations of type RunTime
 void Morph.setFailOnMissingInputAnnotations(Boolean fail)