Uses of Interface
org.apache.uima.cas.impl.FSGenerator

Packages that use FSGenerator
example   
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.examples Examples illustrating how to use the UIMA Framework. 
org.apache.uima.examples.tokenizer   
org.apache.uima.jcas.cas JCAS model for built-in CAS types 
org.apache.uima.jcas.tcas JCAS model for built-in TCAS types 
org.apache.uima.tutorial   
 

Uses of FSGenerator in example
 

Methods in example that return FSGenerator
protected  FSGenerator PersonTitle_Type.getFSGenerator()
           
 

Uses of FSGenerator in org.apache.uima.cas.impl
 

Classes in org.apache.uima.cas.impl that implement FSGenerator
 class ArrayFSGenerator
           
 

Methods in org.apache.uima.cas.impl that return FSGenerator
 FSGenerator[] FSClassRegistry.getBaseGenerators()
           
 FSGenerator[] FSClassRegistry.getNewFSGeneratorSet()
           
 

Methods in org.apache.uima.cas.impl with parameters of type FSGenerator
 void FSClassRegistry.addGeneratorForType(TypeImpl type, FSGenerator fsFactory)
          No longer used, but left in for backward compatibility with older JCasgen'd classes
 void FSClassRegistry.saveGeneratorsForClassLoader(java.lang.ClassLoader cl, FSGenerator[] newGenerators)
           
 void FSClassRegistry.setBaseGenerators(FSGenerator[] generators)
           
 void CASImpl.setLocalFsGenerators(FSGenerator[] fsGenerators)
           
 

Uses of FSGenerator in org.apache.uima.examples
 

Methods in org.apache.uima.examples that return FSGenerator
protected  FSGenerator SourceDocumentInformation_Type.getFSGenerator()
           
 

Uses of FSGenerator in org.apache.uima.examples.tokenizer
 

Methods in org.apache.uima.examples.tokenizer that return FSGenerator
protected  FSGenerator Sentence_Type.getFSGenerator()
           
protected  FSGenerator Token_Type.getFSGenerator()
           
 

Uses of FSGenerator in org.apache.uima.jcas.cas
 

Methods in org.apache.uima.jcas.cas that return FSGenerator
protected  FSGenerator AnnotationBase_Type.getFSGenerator()
           
protected  FSGenerator ByteArray_Type.getFSGenerator()
           
protected  FSGenerator ShortArray_Type.getFSGenerator()
           
protected  FSGenerator StringArray_Type.getFSGenerator()
           
protected  FSGenerator FloatArray_Type.getFSGenerator()
           
protected  FSGenerator FSArray_Type.getFSGenerator()
           
protected  FSGenerator IntegerArray_Type.getFSGenerator()
           
protected  FSGenerator EmptyIntegerList_Type.getFSGenerator()
           
protected  FSGenerator TOP_Type.getFSGenerator()
           
protected  FSGenerator NonEmptyStringList_Type.getFSGenerator()
           
protected  FSGenerator NonEmptyIntegerList_Type.getFSGenerator()
           
protected  FSGenerator NonEmptyFloatList_Type.getFSGenerator()
           
protected  FSGenerator EmptyFSList_Type.getFSGenerator()
           
protected  FSGenerator FSList_Type.getFSGenerator()
           
protected  FSGenerator LongArray_Type.getFSGenerator()
           
protected  FSGenerator IntegerList_Type.getFSGenerator()
           
protected  FSGenerator StringList_Type.getFSGenerator()
           
protected  FSGenerator Sofa_Type.getFSGenerator()
           
protected  FSGenerator EmptyStringList_Type.getFSGenerator()
           
protected  FSGenerator BooleanArray_Type.getFSGenerator()
           
protected  FSGenerator DoubleArray_Type.getFSGenerator()
           
protected  FSGenerator EmptyFloatList_Type.getFSGenerator()
           
protected  FSGenerator NonEmptyFSList_Type.getFSGenerator()
           
protected  FSGenerator FloatList_Type.getFSGenerator()
           
 

Uses of FSGenerator in org.apache.uima.jcas.tcas
 

Methods in org.apache.uima.jcas.tcas that return FSGenerator
protected  FSGenerator DocumentAnnotation_Type.getFSGenerator()
           
protected  FSGenerator Annotation_Type.getFSGenerator()
           
 

Uses of FSGenerator in org.apache.uima.tutorial
 

Methods in org.apache.uima.tutorial that return FSGenerator
protected  FSGenerator UimaAcronym_Type.getFSGenerator()
           
protected  FSGenerator WordAnnot_Type.getFSGenerator()
           
protected  FSGenerator UimaMeeting_Type.getFSGenerator()
           
protected  FSGenerator SentenceAnnot_Type.getFSGenerator()
           
protected  FSGenerator DateTimeAnnot_Type.getFSGenerator()
           
protected  FSGenerator Meeting_Type.getFSGenerator()
           
protected  FSGenerator TimeAnnot_Type.getFSGenerator()
           
protected  FSGenerator DateAnnot_Type.getFSGenerator()
           
protected  FSGenerator RoomNumber_Type.getFSGenerator()
           
 



Copyright © 2012. All Rights Reserved.