| Package | Description | 
|---|---|
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| org.apache.uima.jcas.cas | JCAS model for built-in CAS types | 
| Constructor and Description | 
|---|
| SelectFSs_impl(FSList source) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyFSList<T extends TOP> | 
| class  | NonEmptyFSList<T extends TOP> | 
| Modifier and Type | Method and Description | 
|---|---|
| static <U extends TOP,E extends FeatureStructure> | FSList. create(JCas jcas,
      E[] a)Create an FSList from an existing array of Feature Structures | 
| FSList<T> | NonEmptyFSList. getTail() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NonEmptyFSList. setTail(FSList v) | 
| Constructor and Description | 
|---|
| NonEmptyFSList(JCas jcas,
              T head,
              FSList<?> tail)Generate a NonEmpty node with the specified head and tail | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.