Uses of Interface
org.apache.uima.cas.impl.LowLevelIndexRepository
-
Packages that use LowLevelIndexRepository Package Description 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 LowLevelIndexRepository in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement LowLevelIndexRepository Modifier and Type Class Description classFSIndexRepositoryImplThere is one instance of this class per CAS View.Methods in org.apache.uima.cas.impl that return LowLevelIndexRepository Modifier and Type Method Description LowLevelIndexRepositoryCASImpl. ll_getIndexRepository()LowLevelIndexRepositoryLowLevelCAS. ll_getIndexRepository()Get the low-level version of the index repository. -
Uses of LowLevelIndexRepository in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return LowLevelIndexRepository Modifier and Type Method Description LowLevelIndexRepositoryJCas. getLowLevelIndexRepository() -
Uses of LowLevelIndexRepository in org.apache.uima.jcas.impl
Fields in org.apache.uima.jcas.impl declared as LowLevelIndexRepository Modifier and Type Field Description private LowLevelIndexRepositoryJCasImpl. ll_IndexRepositoryMethods in org.apache.uima.jcas.impl that return LowLevelIndexRepository Modifier and Type Method Description LowLevelIndexRepositoryJCasImpl. getLowLevelIndexRepository()
-