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.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.jcas Interfaces for accessing the JCAS. 
org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM). 
 

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.cas.impl
 

Classes in org.apache.uima.cas.impl that implement AnnotationIndex
 class AnnotationIndexImpl<T extends AnnotationFS>
          Implementation of annotation indexes.
 

Methods in org.apache.uima.cas.impl that return AnnotationIndex
 AnnotationIndex<AnnotationFS> CASImpl.getAnnotationIndex()
           
 AnnotationIndex<AnnotationFS> CASImpl.getAnnotationIndex(Type type)
           
 

Constructors in org.apache.uima.cas.impl with parameters of type AnnotationIndex
FSIteratorImplBase.AnnotationComparator(AnnotationIndex<? extends FeatureStructure> index)
           
 

Uses of AnnotationIndex in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return AnnotationIndex
 AnnotationIndex<Annotation> JFSIndexRepository.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex<Annotation> JCas.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex<Annotation> JFSIndexRepository.getAnnotationIndex(int type)
          Get the standard annotation index restricted to a specific annotation type.
 AnnotationIndex<Annotation> JCas.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.
 

Uses of AnnotationIndex in org.apache.uima.jcas.impl
 

Methods in org.apache.uima.jcas.impl that return AnnotationIndex
 AnnotationIndex<Annotation> JCasImpl.getAnnotationIndex()
           
 AnnotationIndex JFSIndexRepositoryImpl.getAnnotationIndex()
           
 AnnotationIndex<Annotation> JCasImpl.getAnnotationIndex(int type)
           
 AnnotationIndex JFSIndexRepositoryImpl.getAnnotationIndex(int type)
           
 AnnotationIndex<Annotation> JCasImpl.getAnnotationIndex(Type type)
           
 



Copyright © 2013. All Rights Reserved.