Uses of Class
gate.creole.metadata.CreoleParameter

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

Uses of CreoleParameter in gate
 

Methods in gate with annotations of type CreoleParameter
 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 CreoleParameter in gate.corpora
 

Methods in gate.corpora with annotations of type CreoleParameter
 void DocumentImpl.setCollectRepositioningInfo(Boolean b)
          Allow/disallow collecting of repositioning information.
 void CorpusImpl.setDocumentsList(List documentsList)
           
 void DocumentImpl.setEncoding(String encoding)
          Set the encoding of the document content source
 void NekoHtmlDocumentFormat.setIgnorableTags(Set<String> newTags)
           
 void DocumentImpl.setMarkupAware(Boolean newMarkupAware)
          Make the document markup-aware.
 void DocumentImpl.setMimeType(String newMimeType)
          Set the specific MIME type for this document
 void DocumentImpl.setPreserveOriginalContent(Boolean b)
          Allow/disallow preserving of the original document content.
 void DocumentImpl.setSourceUrl(URL sourceUrl)
          Set method for the document's URL
 void DocumentImpl.setSourceUrlEndOffset(Long sourceUrlEndOffset)
          Documents may be packed within files; in this case an optional pair of offsets refer to the location of the document.
 void DocumentImpl.setSourceUrlStartOffset(Long sourceUrlStartOffset)
          Documents may be packed within files; in this case an optional pair of offsets refer to the location of the document.
 void DocumentImpl.setStringContent(String stringContent)
          The stringContent of a document is a property of the document that will be set when the user wants to create the document from a string, as opposed to from a URL.
 

Uses of CreoleParameter in gate.creole
 

Methods in gate.creole with annotations of type CreoleParameter
 void Transducer.setAnnotationAccessors(List<String> annotationAccessors)
          Sets the list of class names for any custom AnnotationAccessors.
 void Transducer.setBinaryGrammarURL(URL binaryGrammarURL)
           
 void ConditionalSerialAnalyserController.setDocument(Document document)
           
 void SerialAnalyserController.setDocument(Document document)
           
 void Transducer.setEncoding(String newEncoding)
          Sets the encoding to be used for reding the input file(s) forming the Jape grammar.
 void POSTagger.setFailOnMissingInputAnnotations(Boolean fail)
           
 void RealtimeCorpusController.setGracefulTimeout(Long graceful)
          Sets the timeout in milliseconds before execution on a document is gracefully stopped.
 void ANNIETransducer.setGrammarURL(URL newGrammarURL)
          The grammarURL parameter provides the ANNIE main.jape file as a default for this PR.
 void Transducer.setGrammarURL(URL newGrammarURL)
          Sets the grammar to be used for building this transducer.
 void VPChunker.setGrammarURL(URL newGrammarURL)
          The grammarURL parameter provides the ANNIE VerbGroups.jape file as a default for this PR.
 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.setOperators(List<String> operators)
          Sets the list of class names for any custom boolean operators.
 void Transducer.setOutputASName(String newOutputASName)
          Sets the AnnotationSet to be used as output by the transducer.
 void RealtimeCorpusController.setTimeout(Long timeout)
          Sets the timeout in milliseconds before execution on a document is forcibly stopped (forcibly stopping execution may result in memory leaks and/or unexpected behaviour).
 

Uses of CreoleParameter in gate.creole.annotdelete
 

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

Uses of CreoleParameter in gate.creole.metadata.test
 

Methods in gate.creole.metadata.test with annotations of type CreoleParameter
 void TestSubclassProcessingResource.setFirstParameter(URL value)
           
 void TestSuperclassProcessingResource.setFirstParameter(URL value)
           
 void TestSubclassProcessingResource.setFourthParameter(Boolean value)
           
 void TestSuperclassProcessingResource.setSecondParameter(List<String> value)
           
 void TestSuperclassProcessingResource.setThirdParameter(Integer value)
           
 

Uses of CreoleParameter in gate.creole.morph
 

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