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<AnnotationFS> CAS.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex<AnnotationFS> 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<Annotation> JCas.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex<Annotation> JFSIndexRepository.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex<Annotation> JCas.getAnnotationIndex(int type)
          Get the standard annotation index restricted to a specific annotation type.
 AnnotationIndex<Annotation> JFSIndexRepository.getAnnotationIndex(int type)
          Get the standard annotation index restricted to a specific annotation type.
 AnnotationIndex<Annotation> JCas.getAnnotationIndex(Type type)
          Get the standard annotation index restricted to a specific annotation type.
 



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