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

Packages that use FSIndexRepository
org.apache.uima.cas Common Analysis System (CAS) Interfaces. 
org.apache.uima.cas.admin   
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 FSIndexRepository in org.apache.uima.cas
 

Methods in org.apache.uima.cas that return FSIndexRepository
 FSIndexRepository CAS.getIndexRepository()
          Get the index repository.
 

Uses of FSIndexRepository in org.apache.uima.cas.admin
 

Subinterfaces of FSIndexRepository in org.apache.uima.cas.admin
 interface FSIndexRepositoryMgr
          Repository of indexes.
 

Uses of FSIndexRepository in org.apache.uima.cas.impl
 

Classes in org.apache.uima.cas.impl that implement FSIndexRepository
 class FSIndexRepositoryImpl
           
 

Methods in org.apache.uima.cas.impl that return FSIndexRepository
 FSIndexRepository CASImpl.getIndexRepository()
           
 

Uses of FSIndexRepository in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return FSIndexRepository
 FSIndexRepository JCas.getFSIndexRepository()
          return the FSIndexRepository object for this Cas.
 FSIndexRepository JFSIndexRepository.getFSIndexRepository()
          Get the underlying FSIndexRepository associated with this JFSIndexRepository.
 FSIndexRepository JCas.getIndexRepository()
          Get the index repository.
 

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

Methods in org.apache.uima.jcas.impl that return FSIndexRepository
 FSIndexRepository JFSIndexRepositoryImpl.getFSIndexRepository()
           
 FSIndexRepository JCasImpl.getFSIndexRepository()
           
 FSIndexRepository JCasImpl.getIndexRepository()
           
 



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