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 types
|
org.apache.uima.jcas.tcas |
JCAS model for built-in TCAS types
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayFSGenerator |
Modifier and Type | Method and Description |
---|---|
FSGenerator[] |
FSClassRegistry.getBaseGenerators() |
FSGenerator[] |
FSClassRegistry.getNewFSGeneratorSet() |
Modifier and Type | Method and Description |
---|---|
void |
FSClassRegistry.addGeneratorForType(TypeImpl type,
FSGenerator fsFactory)
No longer used, but left in for backward compatibility with older JCasgen'd
classes
|
void |
FSClassRegistry.saveGeneratorsForClassLoader(ClassLoader cl,
FSGenerator[] newGenerators) |
void |
FSClassRegistry.setBaseGenerators(FSGenerator[] generators) |
void |
CASImpl.setLocalFsGenerators(FSGenerator[] fsGenerators) |
Modifier and Type | Method and Description |
---|---|
protected FSGenerator |
SourceDocumentInformation_Type.getFSGenerator() |
Modifier and Type | Method and Description |
---|---|
protected FSGenerator |
AnnotationBase_Type.getFSGenerator() |
protected FSGenerator |
ByteArray_Type.getFSGenerator() |
protected FSGenerator |
Sofa_Type.getFSGenerator() |
protected FSGenerator |
ShortArray_Type.getFSGenerator() |
protected FSGenerator |
FloatList_Type.getFSGenerator() |
protected FSGenerator |
FSArray_Type.getFSGenerator() |
protected FSGenerator |
EmptyFloatList_Type.getFSGenerator() |
protected FSGenerator |
FloatArray_Type.getFSGenerator() |
protected FSGenerator |
NonEmptyIntegerList_Type.getFSGenerator() |
protected FSGenerator |
EmptyFSList_Type.getFSGenerator() |
protected FSGenerator |
DoubleArray_Type.getFSGenerator() |
protected FSGenerator |
NonEmptyStringList_Type.getFSGenerator() |
protected FSGenerator |
NonEmptyFSList_Type.getFSGenerator() |
protected FSGenerator |
NonEmptyFloatList_Type.getFSGenerator() |
protected FSGenerator |
LongArray_Type.getFSGenerator() |
protected FSGenerator |
EmptyIntegerList_Type.getFSGenerator() |
protected FSGenerator |
EmptyStringList_Type.getFSGenerator() |
protected FSGenerator |
IntegerList_Type.getFSGenerator() |
protected FSGenerator |
TOP_Type.getFSGenerator() |
protected FSGenerator |
FSList_Type.getFSGenerator() |
protected FSGenerator |
StringList_Type.getFSGenerator() |
protected FSGenerator |
IntegerArray_Type.getFSGenerator() |
protected FSGenerator |
BooleanArray_Type.getFSGenerator() |
protected FSGenerator |
StringArray_Type.getFSGenerator() |
Modifier and Type | Method and Description |
---|---|
protected FSGenerator |
DocumentAnnotation_Type.getFSGenerator() |
protected FSGenerator |
Annotation_Type.getFSGenerator() |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.