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 class
FSIndexRepositoryImpl
There is one instance of this class per CAS View.Methods in org.apache.uima.cas.impl that return LowLevelIndexRepository Modifier and Type Method Description LowLevelIndexRepository
CASImpl. ll_getIndexRepository()
LowLevelIndexRepository
LowLevelCAS. 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 LowLevelIndexRepository
JCas. 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 LowLevelIndexRepository
JCasImpl. ll_IndexRepository
Methods in org.apache.uima.jcas.impl that return LowLevelIndexRepository Modifier and Type Method Description LowLevelIndexRepository
JCasImpl. getLowLevelIndexRepository()
-