Uses of Interface
org.apache.uima.jcas.JFSIndexRepository
-
Packages that use JFSIndexRepository Package Description 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 JFSIndexRepository in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return JFSIndexRepository Modifier and Type Method Description JFSIndexRepository
JCas. getJFSIndexRepository()
Gets the JCas-based interface to the Index Repository. -
Uses of JFSIndexRepository in org.apache.uima.jcas.impl
Classes in org.apache.uima.jcas.impl that implement JFSIndexRepository Modifier and Type Class Description class
JFSIndexRepositoryImpl
Fields in org.apache.uima.jcas.impl declared as JFSIndexRepository Modifier and Type Field Description private JFSIndexRepository
JCasImpl. jfsIndexRepository
Methods in org.apache.uima.jcas.impl that return JFSIndexRepository Modifier and Type Method Description JFSIndexRepository
JCasImpl. getJFSIndexRepository()
-