Uses of Interface
org.apache.uima.cas.FSIndex

Packages that use FSIndex
org.apache.uima.cas Common Analysis System (CAS) Interfaces. 
org.apache.uima.cas.text Text Common Annotation System (TCAS) Interfaces. 
org.apache.uima.jcas Interfaces for accessing the JCAS. 
 

Uses of FSIndex in org.apache.uima.cas
 

Methods in org.apache.uima.cas that return FSIndex
 FSIndex FSIndexRepository.getIndex(String label)
          Retrieve an index according to a label.
 FSIndex FSIndexRepository.getIndex(String label, Type type)
          Retrieve an index according to a label and a type.
 

Uses of FSIndex in org.apache.uima.cas.text
 

Subinterfaces of FSIndex in org.apache.uima.cas.text
 interface AnnotationIndex
          An annotation index provides additional iterator functionality that applies only to instances of uima.tcas.Annotation.
 

Uses of FSIndex in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return FSIndex
 FSIndex JFSIndexRepository.getIndex(String label)
          Retrieve an index according to a label.
 FSIndex JFSIndexRepository.getIndex(String label, int type)
          Retrieve an index according to a label and a type.
 



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