Uses of Interface
org.apache.uima.cas.admin.FSIndexComparator
-
Packages that use FSIndexComparator Package Description org.apache.uima.cas.admin org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FSIndexComparator in org.apache.uima.cas.admin
Methods in org.apache.uima.cas.admin that return FSIndexComparator Modifier and Type Method Description FSIndexComparatorFSIndexRepositoryMgr. createComparator()Create a new comparator to define a new index.Methods in org.apache.uima.cas.admin with parameters of type FSIndexComparator Modifier and Type Method Description booleanFSIndexRepositoryMgr. createIndex(FSIndexComparator comp, java.lang.String label)Create a new sorted index.booleanFSIndexRepositoryMgr. createIndex(FSIndexComparator comp, java.lang.String label, int indexingStrategy)Create a new index. -
Uses of FSIndexComparator in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSIndexComparator Modifier and Type Class Description classFSIndexComparatorImplSpecifies the comparison to be used for an index, in terms of - the keys and the typeorder, in an order - the standard/reverse orderingMethods in org.apache.uima.cas.impl that return FSIndexComparator Modifier and Type Method Description private static FSIndexComparatorFsIndex_bag. cleanUpComparator(FSIndexComparator comp, CASImpl casImpl)Substitutes an empty comparator if one is specified - may not be neededFSIndexComparatorFSIndexRepositoryImpl. createComparator()FSIndexComparatorFsIndex_iicp. getComparatorForIndexSpecs()FSIndexComparatorFsIndex_singletype. getComparatorForIndexSpecs()FSIndexComparatorFsIndex_snapshot. getComparatorForIndexSpecs()FSIndexComparatorLowLevelIndex. getComparatorForIndexSpecs()This is **NOT** a comparator for Feature Structures, but rather something that compares two comparator specificationsMethods in org.apache.uima.cas.impl with parameters of type FSIndexComparator Modifier and Type Method Description private FsIndex_iicp<TOP>FSIndexRepositoryImpl. addNewIndexRecursive(FSIndexComparator compForIndexSpecs, int indexType)Top level call to add the indexes for a particular index definitionprivate static FSIndexComparatorFsIndex_bag. cleanUpComparator(FSIndexComparator comp, CASImpl casImpl)Substitutes an empty comparator if one is specified - may not be neededintFSIndexComparatorImpl. compareTo(FSIndexComparator o)Compares two FSIndexComparator instances.booleanFSIndexRepositoryImpl. createIndex(FSIndexComparator comp, java.lang.String label)booleanFSIndexRepositoryImpl. createIndex(FSIndexComparator comp, java.lang.String label, int indexType)<T extends FeatureStructure>
booleanFSIndexRepositoryImpl. createIndexNoQuestionsAsked(FSIndexComparator comp, java.lang.String label, int indexType)This is public only until the xml specifier format supports specifying index kinds (set, bag etc.).<T extends FeatureStructure>
java.util.Iterator<java.lang.String>FSIndexRepositoryImpl. getLabels(FSIndexComparator comp)Get the labels for a specific comparator.(package private) booleanFSIndexRepositoryImpl. isAnnotationIndex(FSIndexComparator c, int indexKind)Constructors in org.apache.uima.cas.impl with parameters of type FSIndexComparator Constructor Description FsIndex_bag(CASImpl cas, Type type, int initialSize, int indexType, FSIndexComparator comparatorForIndexSpecs)FsIndex_set_sorted(CASImpl cas, Type type, int indexType, FSIndexComparator comparatorForIndexSpecs)FsIndex_singletype(CASImpl cas, Type type, int indexType, FSIndexComparator comparatorForIndexSpecs)Constructor for FsIndex_singletype.
-