Uses of Interface
org.apache.uima.cas.admin.FSIndexComparator

Packages that use FSIndexComparator
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
 FSIndexComparator FSIndexRepositoryMgr.createComparator()
          Create a new comparator to define a new index.
 

Methods in org.apache.uima.cas.admin with parameters of type FSIndexComparator
 boolean FSIndexRepositoryMgr.createIndex(FSIndexComparator comp, java.lang.String label)
          Create a new sorted index.
 boolean FSIndexRepositoryMgr.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
 class FSIndexComparatorImpl
           
 

Methods in org.apache.uima.cas.impl that return FSIndexComparator
 FSIndexComparator FSIndexRepositoryImpl.createComparator()
           
 FSIndexComparator FSLeafIndexImpl.getComparator()
           
 FSIndexComparator FSIndexImpl.getComparator()
           
 

Methods in org.apache.uima.cas.impl with parameters of type FSIndexComparator
 int FSIndexComparatorImpl.compareTo(FSIndexComparator o)
           
 boolean FSIndexRepositoryImpl.createIndex(FSIndexComparator comp, java.lang.String label)
           
 boolean FSIndexRepositoryImpl.createIndex(FSIndexComparator comp, java.lang.String label, int indexType)
           
 boolean FSIndexRepositoryImpl.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.).
 java.util.Iterator<java.lang.String> FSIndexRepositoryImpl.getLabels(FSIndexComparator comp)
          Get the labels for a specific comparator.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.