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
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 FSGeneratorMethods in org.apache.uima.cas.impl that return FSGeneratorModifier and TypeMethodDescriptionFSGenerator<?>[]
FSClassRegistry.getBaseGenerators()
FSGenerator<?>[]
FSClassRegistry.getNewFSGeneratorSet()
Methods in org.apache.uima.cas.impl with parameters of type FSGeneratorModifier and TypeMethodDescriptionvoid
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
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.tcas
Methods in org.apache.uima.jcas.tcas that return FSGeneratorModifier and TypeMethodDescriptionprotected FSGenerator<?>
Annotation_Type.getFSGenerator()
protected FSGenerator
DocumentAnnotation_Type.getFSGenerator()