Uses of Interface
org.apache.uima.cas.FSIndex
-
Packages that use FSIndex Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.cas.text Text Common Annotation System (TCAS) Interfaces.org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.tools.cvd -
-
Uses of FSIndex in org.apache.uima.cas
Methods in org.apache.uima.cas that return FSIndex Modifier and Type Method Description <T extends FeatureStructure>
FSIndex<T>FSIndexRepository. getIndex(java.lang.String label)Retrieve an index according to a label.<T extends FeatureStructure>
FSIndex<T>FSIndexRepository. getIndex(java.lang.String label, Type type)Retrieve an index according to a label and a type.default <U extends T>
FSIndex<U>FSIndex. subType(java.lang.Class<? extends TOP> clazz)default <U extends T>
FSIndex<U>FSIndex. subType(Type type)FSIndex<T>FSIndex. withSnapshotIterators()Creates a shared copy of this FSIndex configured to produce snapshot iterators that don't throw ConcurrentModificationExceptions.Methods in org.apache.uima.cas that return types with arguments of type FSIndex Modifier and Type Method Description <T extends FeatureStructure>
java.util.Iterator<FSIndex<T>>FSIndexRepository. getIndexes()Get all indexes in this repository.Methods in org.apache.uima.cas with parameters of type FSIndex Modifier and Type Method Description static <U extends FeatureStructure>
SelectFSs<U>SelectFSs. select(FSIndex<U> index)Use this static method to capture the generic argument -
Uses of FSIndex in org.apache.uima.cas.impl
Subinterfaces of FSIndex in org.apache.uima.cas.impl Modifier and Type Interface Description interfaceLowLevelIndex<T extends FeatureStructure>Low-level FS index object.Classes in org.apache.uima.cas.impl that implement FSIndex Modifier and Type Class Description classFsIndex_annotation<T extends AnnotationFS>Implementation of annotation indexes.classFsIndex_bag<T extends FeatureStructure>Used for UIMA FS Bag Indexes Uses ObjHashSet to hold instances of FeatureStructuresclassFsIndex_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_iicp(package private) classFsIndex_iicp<T extends FeatureStructure>FsIndex_iicp (iicp) A pair of an leaf index and an iterator cache.classFsIndex_set_sorted<T extends FeatureStructure>Common index impl for set and sorted indexes.classFsIndex_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.classFsIndex_snapshot<T extends FeatureStructure>Implementation of light-weight wrapper of normal indexes, which support special kinds of iterators base on the setting of IteratorExtraFunctionFields in org.apache.uima.cas.impl declared as FSIndex Modifier and Type Field Description FSIndex<FeatureStructure>DebugFSLogicalStructure.IndexInfo. fsIndexprivate FSIndex<? extends FeatureStructure>DebugFSLogicalStructure.UnexpandedFeatureStructures. fsIndexMethods in org.apache.uima.cas.impl that return FSIndex Modifier and Type Method Description <T extends FeatureStructure>
FSIndex<T>FSIndexRepositoryImpl. getIndex(java.lang.String label, Type type)FSIndex<T>FsIndex_annotation. withSnapshotIterators()FSIndex<T>FsIndex_iicp. withSnapshotIterators()FSIndex<T>FsIndex_singletype. withSnapshotIterators()FSIndex<T>FsIndex_snapshot. withSnapshotIterators()Methods in org.apache.uima.cas.impl that return types with arguments of type FSIndex Modifier and Type Method Description java.util.Iterator<FSIndex<TOP>>FSIndexRepositoryImpl. getIndexes()Methods in org.apache.uima.cas.impl with parameters of type FSIndex Modifier and Type Method Description private static FeatureStructure[]DebugFSLogicalStructure. getIndexContents(FSIndex<? extends FeatureStructure> fsIndex)SelectFSs_impl<T>SelectFSs_impl. index(FSIndex<T> aIndex)Constructors in org.apache.uima.cas.impl with parameters of type FSIndex Constructor Description FsIterator_aggregation_common(LowLevelIterator<T>[] iterators, FSIndex<T> index, java.util.Comparator<TOP> comparatorMaybeNoTypeWithoutId)UnexpandedFeatureStructures(FSIndex<? extends FeatureStructure> fsIndex) -
Uses of FSIndex in org.apache.uima.cas.text
Subinterfaces of FSIndex in org.apache.uima.cas.text Modifier and Type Interface Description interfaceAnnotationIndex<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
Methods in org.apache.uima.jcas that return FSIndex Modifier and Type Method Description <T extends TOP>
FSIndex<T>JCas. getIndex(java.lang.String label, java.lang.Class<T> clazz)Retrieve an index according to a label and a type specified using a JCas class.<T extends TOP>
FSIndex<T>JFSIndexRepository. getIndex(java.lang.String label)Retrieve an index according to a label.<T extends TOP>
FSIndex<T>JFSIndexRepository. getIndex(java.lang.String label, int type)Retrieve an index according to a label and a type.Methods in org.apache.uima.jcas that return types with arguments of type FSIndex Modifier and Type Method Description java.util.Iterator<FSIndex<TOP>>JFSIndexRepository. getIndexes()Get all indexes in this repository. -
Uses of FSIndex in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return FSIndex Modifier and Type Method Description <T extends TOP>
FSIndex<T>JCasImpl. getIndex(java.lang.String label, java.lang.Class<T> clazz)<T extends TOP>
FSIndex<T>JFSIndexRepositoryImpl. getIndex(java.lang.String label)<T extends TOP>
FSIndex<T>JFSIndexRepositoryImpl. getIndex(java.lang.String label, int type)Methods in org.apache.uima.jcas.impl that return types with arguments of type FSIndex Modifier and Type Method Description java.util.Iterator<FSIndex<TOP>>JFSIndexRepositoryImpl. getIndexes() -
Uses of FSIndex in org.apache.uima.tools.cvd
Fields in org.apache.uima.tools.cvd declared as FSIndex Modifier and Type Field Description private FSIndexMainFrame. indexThe index.Methods in org.apache.uima.tools.cvd that return FSIndex Modifier and Type Method Description FSIndexMainFrame. getIndex()Gets the index.Methods in org.apache.uima.tools.cvd with parameters of type FSIndex Modifier and Type Method Description voidMainFrame. setIndex(FSIndex index)Sets the index.voidFSTreeModel. update(java.lang.String indexName, FSIndex index, CAS cas1)Update.voidMainFrame. updateFSTree(java.lang.String indexName, FSIndex index1)Update FS tree.
-