| Package | Description | 
|---|---|
| org.apache.uima.cas | Common Analysis System (CAS) Interfaces. | 
| org.apache.uima.cas.text | Text Common Annotation System (TCAS) Interfaces. | 
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| Modifier and Type | Method and Description | 
|---|---|
| FSIterator<T> | FSIterator. copy()Copy this iterator. | 
| <T extends FeatureStructure> | CAS. createFilteredIterator(FSIterator<T> it,
                      FSMatchConstraint cons)Create an iterator over structures satisfying a given constraint. | 
| <T extends FeatureStructure> | FSIndexRepository. getAllIndexedFS(Type aType)Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its
 subtypes). | 
| FSIterator<SofaFS> | CAS. getSofaIterator()Get iterator for all SofaFS in the CAS. | 
| FSIterator<T> | FSIndex. iterator()Return an iterator over the index. | 
| FSIterator<T> | FSIndex. iterator(FeatureStructure fs)Return an iterator over the index. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends FeatureStructure> | CAS. createFilteredIterator(FSIterator<T> it,
                      FSMatchConstraint cons)Create an iterator over structures satisfying a given constraint. | 
| <T extends FeatureStructure> | CAS. fs2listIterator(FSIterator<T> it)Wrap a standard Java  ListIteratoraround an FSListIterator. | 
| Modifier and Type | Method and Description | 
|---|---|
| FSIterator<T> | AnnotationIndex. iterator(boolean ambiguous)Return an iterator over annotations that can be constrained to be unambiguous. | 
| FSIterator<T> | AnnotationIndex. subiterator(AnnotationFS annot)Return a subiterator whose bounds are defined by the input annotation. | 
| FSIterator<T> | AnnotationIndex. subiterator(AnnotationFS annot,
           boolean ambiguous,
           boolean strict)Return a subiterator whose bounds are defined by the  annot. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends FeatureStructure> | JCas. createFilteredIterator(FSIterator<T> it,
                      FSMatchConstraint cons)Create an iterator over structures satisfying a given constraint. | 
| <T extends TOP> | JCas. getAllIndexedFS(Class<T> clazz)Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its
 subtypes). | 
| <T extends TOP> | JFSIndexRepository. getAllIndexedFS(int aType)Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its
 subtypes). | 
| <T extends TOP> | JFSIndexRepository. getAllIndexedFS(Type aType)Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its
 subtypes). | 
| FSIterator<SofaFS> | JCas. getSofaIterator()Get iterator for all SofaFS in the CAS. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends FeatureStructure> | JCas. createFilteredIterator(FSIterator<T> it,
                      FSMatchConstraint cons)Create an iterator over structures satisfying a given constraint. | 
| <T extends FeatureStructure> | JCas. fs2listIterator(FSIterator<T> it)Wrap a standard Java  ListIteratoraround an FSListIterator. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.