Uses of Interface
org.apache.uima.cas.FSIterator
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Text Common Annotation System (TCAS) Interfaces.
Interfaces for accessing the JCAS.
Provides the classes that support the Java Cas Model (JCM).
-
Uses of FSIterator in org.apache.uima.cas
Modifier and TypeMethodDescriptionFSIterator.copy()
Copy this iterator.<T extends FeatureStructure>
FSIterator<T>CAS.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) Create an iterator over structures satisfying a given constraint.SelectFSs.fsIterator()
default <T extends TOP>
FSIterator<T>CAS.getAllIndexedFS
(Class<T> clazz) Gets an iterator over all indexed (in this CAS view) FeatureStructures of the specified Type (and any of its subtypes).default <T extends TOP>
FSIterator<T>CAS.getAllIndexedFS
(Type type) Gets an iterator over all indexed (in this CAS view) FeatureStructures of the specified Type (and any of its subtypes).default <T extends FeatureStructure>
FSIterator<T>FSIndexRepository.getAllIndexedFS
(Class<T> clazz) Gets an FSIterator over all indexed (in this view) FeatureStructures of the specified Type (and any of its subtypes).<T extends FeatureStructure>
FSIterator<T>FSIndexRepository.getAllIndexedFS
(Type aType) Gets an iterator over all indexed (in this View) FeatureStructures of the specified Type (and any of its subtypes).<T extends SofaFS>
FSIterator<T>CAS.getSofaIterator()
Get iterator for all SofaFS in the CAS.FSIndex.iterator()
Return an iterator over the index.default FSIterator<T>
FSIndex.iterator
(FeatureStructure fs) Return an iterator over the index.Modifier and TypeMethodDescription<T extends FeatureStructure>
FSIterator<T>CAS.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) Create an iterator over structures satisfying a given constraint.<T extends FeatureStructure>
ListIterator<T>CAS.fs2listIterator
(FSIterator<T> it) Wrap a standard JavaListIterator
around an FSListIterator. -
Uses of FSIterator in org.apache.uima.cas.impl
Modifier and TypeInterfaceDescriptioninterface
LowLevelIterator<T extends FeatureStructure>
Low-level FS iterator.Modifier and TypeClassDescriptionclass
FsIterator_multiple_indexes<T extends FeatureStructure>
Common code for both aggregation of indexes (e.g.class
FsIterator_singletype<T extends FeatureStructure>
class
FsIterator_subtypes_ordered<T extends FeatureStructure>
Performs an ordered iteration among a set of iterators, each one corresponding to the type or subtype of the uppermost type.class
FsIterator_subtypes_snapshot<T extends FeatureStructure>
class
FSIteratorImplBase<T extends FeatureStructure>
Version 2 compatibility only, not used internally in version 3 Base class for FSIterator implementations.class
LLUnambiguousIteratorImpl<T extends FeatureStructure>
Implements a low level ambiguous or unambiguous iterator over some type T which doesn't need to be a subtype of Annotation.class
LowLevelIterator_empty<T extends FeatureStructure>
An empty Low-level FS iteratorclass
Subiterator<T extends AnnotationFS>
Subiterator implementation.Modifier and TypeMethodDescriptionFsIterator_subtypes_ordered.copy()
FsIterator_subtypes_snapshot.copy()
Subiterator.copy()
<T extends FeatureStructure>
FSIterator<T>CASImpl.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) SelectFSs_impl.fsIterator()
F S I t e r a t o r -------------------<T extends SofaFS>
FSIterator<T>CASImpl.getSofaIterator()
FsIndex_annotation.subiterator
(AnnotationFS annot) FsIndex_annotation.subiterator
(AnnotationFS annot, boolean ambiguous, boolean strict) Modifier and TypeMethodDescription<T extends FeatureStructure>
FSIterator<T>CASImpl.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) <T extends FeatureStructure>
ListIterator<T>CASImpl.fs2listIterator
(FSIterator<T> it) -
Uses of FSIterator in org.apache.uima.cas.text
Modifier and TypeMethodDescriptionAnnotationIndex.iterator
(boolean ambiguous) Return an iterator over annotations that can be constrained to be unambiguous.AnnotationIndex.subiterator
(AnnotationFS annot) Return a subiterator whose bounds are defined by the input annotation.AnnotationIndex.subiterator
(AnnotationFS annot, boolean ambiguous, boolean strict) Return a subiterator whose bounds are defined by theannot
. -
Uses of FSIterator in org.apache.uima.jcas
Modifier and TypeMethodDescription<T extends FeatureStructure>
FSIterator<T>JCas.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) Create an iterator over structures satisfying a given constraint.<T extends TOP>
FSIterator<T>JCas.getAllIndexedFS
(Class<T> clazz) Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).default <T extends TOP>
FSIterator<T>JCas.getAllIndexedFS
(Type type) Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).<T extends TOP>
FSIterator<T>JFSIndexRepository.getAllIndexedFS
(int aType) Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).<T extends TOP>
FSIterator<T>JFSIndexRepository.getAllIndexedFS
(Type aType) Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).JCas.getSofaIterator()
Get iterator for all SofaFS in the CAS.Modifier and TypeMethodDescription<T extends FeatureStructure>
FSIterator<T>JCas.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) Create an iterator over structures satisfying a given constraint.<T extends FeatureStructure>
ListIterator<T>JCas.fs2listIterator
(FSIterator<T> it) Wrap a standard JavaListIterator
around an FSListIterator. -
Uses of FSIterator in org.apache.uima.jcas.impl
Modifier and TypeMethodDescription<T extends FeatureStructure>
FSIterator<T>JCasImpl.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint constraint) <T extends TOP>
FSIterator<T>JCasImpl.getAllIndexedFS
(Class<T> clazz) <T extends TOP>
FSIterator<T>JFSIndexRepositoryImpl.getAllIndexedFS
(int aType) <T extends TOP>
FSIterator<T>JFSIndexRepositoryImpl.getAllIndexedFS
(Type aType) JCasImpl.getSofaIterator()
Modifier and TypeMethodDescription<T extends FeatureStructure>
FSIterator<T>JCasImpl.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint constraint) <T extends FeatureStructure>
ListIterator<T>JCasImpl.fs2listIterator
(FSIterator<T> it)