| Package | Description | 
|---|---|
| org.apache.uima.cas | Common Analysis System(CAS) Interfaces | 
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| org.apache.uima.jcas.cas | JCAS model for built-in CAS types | 
| org.apache.uima.jcas.impl | Provides the classes that support the Java Cas Model (JCM). | 
| Modifier and Type | Method and Description | 
|---|---|
| default <T extends FeatureStructure> | CAS. emptyFSArray() | 
| default <T extends FeatureStructure> | CAS. emptyFSArray(Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends FeatureStructure> | CASImpl. emptyFSArray() | 
| <T extends FeatureStructure> | CASImpl. emptyFSArray(Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XmiSerializationSharedData. addOutOfTypeSystemArrayElement(FSArray fsarray,
                              int index,
                              int xmiId)Records an out-of-typesystem array element in the XmiSerializationSharedData. | 
| List<XmiSerializationSharedData.XmiArrayElement> | XmiSerializationSharedData. getOutOfTypeSystemArrayElements(FSArray fsarray)Gets information about out-of-typesystem array elements. | 
| FeatureStructure | CASImpl. getRefArrayValue(FSArray array,
                int i) | 
| Runnable | CasCompare. sortFSArray(FSArray<?> fsArray)This is an optional pre-compare operation. | 
| Constructor and Description | 
|---|
| SelectFSs_impl(FSArray source) | 
| Modifier and Type | Method and Description | 
|---|---|
| default FSArray | JCas. emptyFSArray()Retrieve a lazily-created constant from the cas which holds a 0-length instance. | 
| default <T extends TOP> | JCas. emptyFSArray(Class<T> clazz)Retrieve a lazily-created constant from the cas which holds a 0-length instance of a subtype of
 FSArray. | 
| default FSArray | JCas. getFSArray0L()Deprecated. 
 renamed emptyXXXArray | 
| Modifier and Type | Method and Description | 
|---|---|
| static <U extends FeatureStructure> | FSArray. create(JCas jcas,
      FeatureStructure[] a)Convenience - create a FSArray from an existing FeatureStructure[] | 
| Modifier and Type | Method and Description | 
|---|---|
| FSArray | JCasImpl. getFSArray0L()Deprecated.  | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.