Uses of Interface
org.apache.uima.cas.FSIndexRepository
-
Packages that use FSIndexRepository Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.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).org.apache.uima.tools.cvd -
-
Uses of FSIndexRepository in org.apache.uima.cas
Methods in org.apache.uima.cas that return FSIndexRepository Modifier and Type Method Description FSIndexRepositoryCAS. getIndexRepository()Get the index repository. -
Uses of FSIndexRepository in org.apache.uima.cas.admin
Subinterfaces of FSIndexRepository in org.apache.uima.cas.admin Modifier and Type Interface Description interfaceFSIndexRepositoryMgrRepository of indexes. -
Uses of FSIndexRepository in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSIndexRepository Modifier and Type Class Description classFSIndexRepositoryImplThere is one instance of this class per CAS View.Fields in org.apache.uima.cas.impl with type parameters of type FSIndexRepository Modifier and Type Field Description private java.util.List<FSIndexRepository>XCASDeserializer.XCASDeserializerHandler. indexRepositoriesmap from index -> indexRepository, [0] = base view, [1] initial view, [2 +] other viewsprivate java.util.List<FSIndexRepository>XmiCasDeserializer.XmiCasDeserializerHandler. indexRepositoriesMethods in org.apache.uima.cas.impl that return FSIndexRepository Modifier and Type Method Description (package private) FSIndexRepositoryCASImpl. getBaseIndexRepository()FSIndexRepositoryCASImpl. getIndexRepository()(package private) FSIndexRepositoryCASImpl. getSofaIndexRepository(SofaFS aSofa)Methods in org.apache.uima.cas.impl with parameters of type FSIndexRepository Modifier and Type Method Description protected voidFSsTobeAddedback. logPart(FSIndexRepository view) -
Uses of FSIndexRepository in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return FSIndexRepository Modifier and Type Method Description FSIndexRepositoryJCas. getFSIndexRepository()FSIndexRepositoryJFSIndexRepository. getFSIndexRepository()Get the underlying FSIndexRepository associated with this JFSIndexRepository.FSIndexRepositoryJCas. getIndexRepository()Get the index repository. -
Uses of FSIndexRepository in org.apache.uima.jcas.impl
Fields in org.apache.uima.jcas.impl declared as FSIndexRepository Modifier and Type Field Description private FSIndexRepositoryJFSIndexRepositoryImpl. fsIndexRepositoryMethods in org.apache.uima.jcas.impl that return FSIndexRepository Modifier and Type Method Description FSIndexRepositoryJCasImpl. getFSIndexRepository()FSIndexRepositoryJFSIndexRepositoryImpl. getFSIndexRepository()FSIndexRepositoryJCasImpl. getIndexRepository()Constructors in org.apache.uima.jcas.impl with parameters of type FSIndexRepository Constructor Description 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 FSIndexRepository Modifier and Type Method Description private javax.swing.tree.DefaultMutableTreeNodeMainFrame. createTypeTree(Type type, TypeSystem ts, java.lang.String label, FSIndexRepository ir)Creates the type tree.
-