Uses of Interface
org.apache.uima.cas.text.AnnotationIndex

Packages that use AnnotationIndex
org.apache.uima.cas Common Analysis System (CAS) Interfaces. 
org.apache.uima.jcas Interfaces for accessing the JCAS. 
 

Uses of AnnotationIndex in org.apache.uima.cas
 

Methods in org.apache.uima.cas that return AnnotationIndex
 AnnotationIndex CAS.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex CAS.getAnnotationIndex(Type type)
          Get the standard annotation index restricted to a specific annotation type.
 

Uses of AnnotationIndex in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return AnnotationIndex
 AnnotationIndex JCas.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex JFSIndexRepository.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex JCas.getAnnotationIndex(int type)
          Get the standard annotation index restricted to a specific annotation type.
 AnnotationIndex JFSIndexRepository.getAnnotationIndex(int type)
          Get the standard annotation index restricted to a specific annotation type.
 AnnotationIndex JCas.getAnnotationIndex(Type type)
          Get the standard annotation index restricted to a specific annotation type.
 



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