Uses of Class
gate.creole.metadata.Optional

Packages that use Optional
gate.corpora   
gate.creole   
gate.creole.annotdelete   
gate.creole.metadata.test   
gate.creole.morph   
 

Uses of Optional in gate.corpora
 

Methods in gate.corpora with annotations of type Optional
 void CorpusImpl.setDocumentsList(List documentsList)
           
 void DocumentImpl.setEncoding(String encoding)
          Set the encoding of the document content source
 void DocumentImpl.setMimeType(String newMimeType)
          Set the specific MIME type for this document
 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.
 

Uses of Optional in gate.creole
 

Methods in gate.creole with annotations of type Optional
 void Transducer.setAnnotationAccessors(List<String> annotationAccessors)
          Sets the list of class names for any custom AnnotationAccessors.
 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.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.
 

Uses of Optional in gate.creole.annotdelete
 

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

Uses of Optional in gate.creole.metadata.test
 

Methods in gate.creole.metadata.test with annotations of type Optional
 void TestSuperclassProcessingResource.setSecondParameter(List<String> value)
           
 

Uses of Optional in gate.creole.morph
 

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