Uses of Interface
org.apache.uima.cas.impl.FSGenerator
Packages that use FSGenerator
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
JCAS model for built-in CAS types
Provides the classes that support the Java Cas Model (JCM).
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 FSGeneratorModifier and TypeClassDescriptionprivate static class
private static class
class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
Fields in org.apache.uima.cas.impl declared as FSGeneratorModifier and TypeFieldDescriptionprivate static final FSGenerator<FeatureStructureImplC>
FSClassRegistry.defaultGenerator
private FSGenerator<?>[]
FSClassRegistry.generators
private FSGenerator<? extends FeatureStructure>[]
CASImpl.SharedViewData.localFsGenerators
Methods in org.apache.uima.cas.impl that return FSGeneratorModifier and TypeMethodDescription(package private) static FSGenerator<BooleanArrayFSImpl>
BooleanArrayFSImpl.generator()
(package private) static FSGenerator<ByteArrayFSImpl>
ByteArrayFSImpl.generator()
(package private) static FSGenerator<DoubleArrayFSImpl>
DoubleArrayFSImpl.generator()
(package private) static FSGenerator
FloatArrayFSImpl.generator()
(package private) static FSGenerator<IntArrayFSImpl>
IntArrayFSImpl.generator()
(package private) static FSGenerator<LongArrayFSImpl>
LongArrayFSImpl.generator()
(package private) static FSGenerator
ShortArrayFSImpl.generator()
(package private) static FSGenerator<StringArrayFSImpl>
StringArrayFSImpl.generator()
(package private) static FSGenerator<? extends AnnotationBaseFS>
AnnotationBaseImpl.getAnnotationGenerator()
(package private) static FSGenerator<AnnotationImpl>
AnnotationImpl.getAnnotationGenerator()
FSGenerator<?>[]
FSClassRegistry.getBaseGenerators()
FSGenerator<?>[]
FSClassRegistry.getNewFSGeneratorSet()
(package private) static FSGenerator<SofaFSImpl>
SofaFSImpl.getSofaFSGenerator()
Methods in org.apache.uima.cas.impl with parameters of type FSGeneratorModifier and TypeMethodDescription(package private) void
FSClassRegistry.addClassForType
(Type type, FSGenerator<?> fsFactory) adds generator for type and all its subtypes.void
FSClassRegistry.addGeneratorForType
(TypeImpl type, FSGenerator<?> fsFactory) No longer used, but left in for backward compatibility with older JCasgen'd classesvoid
FSClassRegistry.saveGeneratorsForClassLoader
(ClassLoader cl, FSGenerator<?>[] newGenerators) void
FSClassRegistry.setBaseGenerators
(FSGenerator<?>[] generators) void
CASImpl.setLocalFsGenerators
(FSGenerator<? extends FeatureStructure>[] fsGenerators) -
Uses of FSGenerator in org.apache.uima.examples
Fields in org.apache.uima.examples declared as FSGeneratorModifier and TypeFieldDescriptionprivate final FSGenerator
SourceDocumentInformation_Type.fsGenerator
Methods in org.apache.uima.examples that return FSGeneratorModifier and TypeMethodDescriptionprotected FSGenerator
SourceDocumentInformation_Type.getFSGenerator()
-
Uses of FSGenerator in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return FSGeneratorModifier and TypeMethodDescriptionprotected 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.impl
Classes in org.apache.uima.jcas.impl that implement FSGeneratorMethods in org.apache.uima.jcas.impl with parameters of type FSGeneratorModifier and TypeMethodDescriptionprivate void
JCasImpl.copyDownSuperGenerators
(Map<String, JCasImpl.LoadedJCasType<?>> jcasTypes, FSGenerator<?>[] fsGenerators) private <T extends TOP>
booleanJCasImpl.makeInstanceOf_Type
(JCasImpl.LoadedJCasType<T> jcasTypeInfo, boolean alreadyLoaded, FSGenerator<?>[] fsGenerators) Make the instance of the JCas xxx_Type class for this CAS. -
Uses of FSGenerator in org.apache.uima.jcas.tcas
Fields in org.apache.uima.jcas.tcas declared as FSGeneratorMethods in org.apache.uima.jcas.tcas that return FSGeneratorModifier and TypeMethodDescriptionprotected FSGenerator<?>
Annotation_Type.getFSGenerator()
protected FSGenerator
DocumentAnnotation_Type.getFSGenerator()