Uses of Interface
org.apache.uima.cas.impl.FSGenerator
-
Packages that use FSGenerator Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.examples org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.tcas JCAS model for built-in TCAS types -
-
Uses of FSGenerator in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSGenerator Modifier and Type Class Description classArrayFSGeneratorMethods in org.apache.uima.cas.impl that return FSGenerator Modifier and Type Method Description FSGenerator<?>[]FSClassRegistry. getBaseGenerators()FSGenerator<?>[]FSClassRegistry. getNewFSGeneratorSet()Methods in org.apache.uima.cas.impl with parameters of type FSGenerator Modifier and Type Method Description voidFSClassRegistry. addGeneratorForType(TypeImpl type, FSGenerator<?> fsFactory)No longer used, but left in for backward compatibility with older JCasgen'd classesvoidFSClassRegistry. saveGeneratorsForClassLoader(java.lang.ClassLoader cl, FSGenerator<?>[] newGenerators)voidFSClassRegistry. setBaseGenerators(FSGenerator<?>[] generators)voidCASImpl. setLocalFsGenerators(FSGenerator<? extends FeatureStructure>[] fsGenerators) -
Uses of FSGenerator in org.apache.uima.examples
Methods in org.apache.uima.examples that return FSGenerator Modifier and Type Method Description protected FSGeneratorSourceDocumentInformation_Type. getFSGenerator() -
Uses of FSGenerator in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return FSGenerator Modifier and Type Method Description protected FSGenerator<?>AnnotationBase_Type. getFSGenerator()protected FSGenerator<?>BooleanArray_Type. getFSGenerator()protected FSGenerator<?>ByteArray_Type. getFSGenerator()protected FSGenerator<?>DoubleArray_Type. getFSGenerator()protected FSGenerator<?>EmptyFloatList_Type. getFSGenerator()protected FSGenerator<?>EmptyFSList_Type. getFSGenerator()protected FSGenerator<?>EmptyIntegerList_Type. getFSGenerator()protected FSGenerator<?>EmptyStringList_Type. getFSGenerator()protected FSGenerator<?>FloatArray_Type. getFSGenerator()protected FSGenerator<?>FloatList_Type. getFSGenerator()protected FSGenerator<?>FSArray_Type. getFSGenerator()protected FSGenerator<?>FSList_Type. getFSGenerator()protected FSGenerator<?>IntegerArray_Type. getFSGenerator()protected FSGenerator<?>IntegerList_Type. getFSGenerator()protected FSGenerator<?>LongArray_Type. getFSGenerator()protected FSGenerator<?>NonEmptyFloatList_Type. getFSGenerator()protected FSGenerator<?>NonEmptyFSList_Type. getFSGenerator()protected FSGenerator<?>NonEmptyIntegerList_Type. getFSGenerator()protected FSGenerator<?>NonEmptyStringList_Type. getFSGenerator()protected FSGenerator<?>ShortArray_Type. getFSGenerator()protected FSGenerator<?>Sofa_Type. getFSGenerator()protected FSGenerator<?>StringArray_Type. getFSGenerator()protected FSGenerator<?>StringList_Type. getFSGenerator()protected FSGenerator<?>TOP_Type. getFSGenerator() -
Uses of FSGenerator in org.apache.uima.jcas.tcas
Methods in org.apache.uima.jcas.tcas that return FSGenerator Modifier and Type Method Description protected FSGenerator<?>Annotation_Type. getFSGenerator()protected FSGeneratorDocumentAnnotation_Type. getFSGenerator()
-