Uses of Interface
org.apache.uima.cas.FSIndex
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 FSIndex in org.apache.uima.cas
Modifier and TypeMethodDescription<T extends FeatureStructure>
FSIndex<T>Retrieve an index according to a label.<T extends FeatureStructure>
FSIndex<T>Retrieve an index according to a label and a type.FSIndex.withSnapshotIterators()
Creates a shared copy of this FSIndex configured to produce snapshot iterators that don't throw ConcurrentModificationExceptions.Modifier and TypeMethodDescription<T extends FeatureStructure>
Iterator<FSIndex<T>>FSIndexRepository.getIndexes()
Get all indexes in this repository.Modifier and TypeMethodDescriptionstatic <U extends FeatureStructure>
SelectFSs<U>Use this static method to capture the generic argument -
Uses of FSIndex in org.apache.uima.cas.impl
Modifier and TypeInterfaceDescriptioninterface
LowLevelIndex<T extends FeatureStructure>
Low-level FS index object.Modifier and TypeClassDescriptionclass
FsIndex_annotation<T extends AnnotationFS>
Implementation of annotation indexes.class
FsIndex_bag<T extends FeatureStructure>
Used for UIMA FS Bag Indexes Uses ObjHashSet to hold instances of FeatureStructuresclass
FsIndex_flat<T extends FeatureStructure>
Common part of flattened indexes, used for both snapshot iterators and flattened sorted indexes built from passed in instance of FsIndex_iicpfinal class
FsIndex_set_sorted<T extends FeatureStructure>
Common index impl for set and sorted indexes.class
FsIndex_singletype<T extends FeatureStructure>
The common (among all index kinds - set, sorted, bag) info for an index over 1 type (excluding subtypes) SubClasses FsIndex_bag, FsIndex_flat, FsIndex_set_sorted, define the actual index repository for each kind.class
FsIndex_snapshot<T extends FeatureStructure>
Implementation of light-weight wrapper of normal indexes, which support special kinds of iterators base on the setting of IteratorExtraFunctionModifier and TypeMethodDescription<T extends FeatureStructure>
FSIndex<T>FsIndex_annotation.withSnapshotIterators()
FsIndex_singletype.withSnapshotIterators()
FsIndex_snapshot.withSnapshotIterators()
-
Uses of FSIndex in org.apache.uima.cas.text
Modifier and TypeInterfaceDescriptioninterface
AnnotationIndex<T extends AnnotationFS>
An annotation index provides additional iterator functionality that applies only to instances ofuima.tcas.Annotation
(or its subtypes). -
Uses of FSIndex in org.apache.uima.jcas
Modifier and TypeMethodDescriptionRetrieve an index according to a label and a type specified using a JCas class.Retrieve an index according to a label.Retrieve an index according to a label and a type.Modifier and TypeMethodDescriptionJFSIndexRepository.getIndexes()
Get all indexes in this repository. -
Uses of FSIndex in org.apache.uima.jcas.impl
Modifier and TypeMethodDescription