Uses of Class
org.apache.uima.cas.impl.FsIndex_iicp
-
Packages that use FsIndex_iicp Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FsIndex_iicp in org.apache.uima.cas.impl
Subclasses of FsIndex_iicp in org.apache.uima.cas.impl Modifier and Type Class Description class
FsIndex_annotation<T extends AnnotationFS>
Implementation of annotation indexes.Fields in org.apache.uima.cas.impl declared as FsIndex_iicp Modifier and Type Field Description private FsIndex_iicp<T>
FsIndex_flat. iicp
private FsIndex_iicp<T>
FsIterator_subtypes_ordered. iicp
private FsIndex_iicp<T>
FsIndex_snapshot. wrapped
wrapped indexFields in org.apache.uima.cas.impl with type parameters of type FsIndex_iicp Modifier and Type Field Description (package private) java.util.ArrayList<FsIndex_iicp<TOP>>
FSIndexRepositoryImpl.IndexesForType. indexesForType
(package private) java.util.HashMap<java.lang.String,FsIndex_iicp<TOP>>
FSIndexRepositoryImpl. name2indexMap
A map from names to FsIndex_iicps, which represent the index at the top-most type declared in the index specification.Methods in org.apache.uima.cas.impl that return FsIndex_iicp Modifier and Type Method Description private FsIndex_iicp<TOP>
FSIndexRepositoryImpl. addNewIndex(FSIndexComparatorImpl comparator, int indexType)
private <T extends TOP>
FsIndex_iicp<T>FSIndexRepositoryImpl. addNewIndex(FSIndexComparatorImpl comparator, int initialSize, int indexType)
This is where the actual index gets created.private FsIndex_iicp<TOP>
FSIndexRepositoryImpl. addNewIndexRec(FSIndexComparatorImpl comp4indexSpecs, int indexType)
Add an index for a type, and then (unless it's a DEFAULT_BAG_INDEX), call yourself recursively to add the indexes for all the directly subsumed subtypes.private FsIndex_iicp<TOP>
FSIndexRepositoryImpl. addNewIndexRecursive(FSIndexComparator compForIndexSpecs, int indexType)
Top level call to add the indexes for a particular index definition<T extends FeatureStructure>
FsIndex_iicp<T>FSIndexRepositoryImpl. getIndexBySpec(int typeCode, int indexingStrategy, FSIndexComparatorImpl comp)
Get the FsIndex_iicp for a given typeCode, indexingStrategy, and comparator (type ignored)(package private) <T extends FeatureStructure>
FsIndex_iicp<T>FSIndexRepositoryImpl.IndexesForType. getIndexExcludingType(int indexingStrategy, FSIndexComparatorImpl comparatorForIndexSpecs)
(package private) <T extends TOP>
FsIndex_iicp<T>FSIndexRepositoryImpl.IndexesForType. getNonSetIndex()
Methods in org.apache.uima.cas.impl with parameters of type FsIndex_iicp Modifier and Type Method Description (package private) void
FSIndexRepositoryImpl.IndexesForType. add(FsIndex_iicp<TOP> iicp)
int
FsIndex_iicp. compareTo(FsIndex_iicp<? extends FeatureStructure> cp)
Maybe not used 3/2015 Compares two instances of FsIndex_iicp, for ordering.Constructors in org.apache.uima.cas.impl with parameters of type FsIndex_iicp Constructor Description FsIndex_flat(FsIndex_iicp<T> iicp)
FsIndex_snapshot(FsIndex_iicp<T> wrapped, java.util.Comparator<TOP> comparatorWithoutId, java.util.Comparator<TOP> comparatorTypeWithoutId)
FsIterator_subtypes_ordered(FsIndex_iicp<T> iicp, java.util.Comparator<TOP> comparatorMaybeNoTypeWithoutId)
-