Uses of Interface
org.apache.uima.cas.FSIndexRepository
Packages that use FSIndexRepository
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
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 -
Uses of FSIndexRepository in org.apache.uima.cas.admin
Subinterfaces of FSIndexRepository in org.apache.uima.cas.admin -
Uses of FSIndexRepository in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSIndexRepositoryModifier and TypeClassDescriptionclass
There is one instance of this class per CAS View.Fields in org.apache.uima.cas.impl with type parameters of type FSIndexRepositoryModifier and TypeFieldDescriptionprivate final List
<FSIndexRepository> XCASDeserializer.XCASDeserializerHandler.indexRepositories
map from index -> indexRepository, [0] = base view, [1] initial view, [2 +] other viewsprivate List
<FSIndexRepository> XmiCasDeserializer.XmiCasDeserializerHandler.indexRepositories
Methods in org.apache.uima.cas.impl that return FSIndexRepositoryModifier and TypeMethodDescription(package private) FSIndexRepository
CASImpl.getBaseIndexRepository()
CASImpl.getIndexRepository()
(package private) FSIndexRepository
CASImpl.getSofaIndexRepository
(SofaFS aSofa) Methods in org.apache.uima.cas.impl with parameters of type FSIndexRepositoryModifier and TypeMethodDescriptionprotected void
FSsTobeAddedback.logPart
(FSIndexRepository view) -
Uses of FSIndexRepository in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return FSIndexRepositoryModifier and TypeMethodDescriptionJCas.getFSIndexRepository()
JFSIndexRepository.getFSIndexRepository()
Get the underlying FSIndexRepository associated with this JFSIndexRepository.JCas.getIndexRepository()
Get the index repository. -
Uses of FSIndexRepository in org.apache.uima.jcas.impl
Fields in org.apache.uima.jcas.impl declared as FSIndexRepositoryModifier and TypeFieldDescriptionprivate final FSIndexRepository
JFSIndexRepositoryImpl.fsIndexRepository
Methods in org.apache.uima.jcas.impl that return FSIndexRepositoryModifier and TypeMethodDescriptionJCasImpl.getFSIndexRepository()
JFSIndexRepositoryImpl.getFSIndexRepository()
JCasImpl.getIndexRepository()
Constructors in org.apache.uima.jcas.impl with parameters of type FSIndexRepositoryModifierConstructorDescription(package private)
JFSIndexRepositoryImpl
(JCas jcas, FSIndexRepository ir) -
Uses of FSIndexRepository in org.apache.uima.tools.cvd
Methods in org.apache.uima.tools.cvd with parameters of type FSIndexRepositoryModifier and TypeMethodDescriptionprivate DefaultMutableTreeNode
MainFrame.createTypeTree
(Type type, TypeSystem ts, String label, FSIndexRepository ir) Creates the type tree.