|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FSIndex | |
|---|---|
| org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. |
| org.apache.uima.cas.text | Text Common Annotation System (TCAS) 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 FSIndex in org.apache.uima.cas |
|---|
| Methods in org.apache.uima.cas that return FSIndex | |
|---|---|
FSIndex<FeatureStructure> |
FSIndexRepository.getIndex(java.lang.String label)
Retrieve an index according to a label. |
FSIndex<FeatureStructure> |
FSIndexRepository.getIndex(java.lang.String label,
Type type)
Retrieve an index according to a label and a type. |
| Methods in org.apache.uima.cas that return types with arguments of type FSIndex | |
|---|---|
java.util.Iterator<FSIndex<FeatureStructure>> |
FSIndexRepository.getIndexes()
Get all indexes in this repository. |
| Uses of FSIndex in org.apache.uima.cas.impl |
|---|
| Classes in org.apache.uima.cas.impl that implement FSIndex | |
|---|---|
class |
AnnotationIndexImpl<T extends AnnotationFS>
Implementation of annotation indexes. |
class |
FSBagIndex
|
class |
FSIntArrayIndex<T extends FeatureStructure>
|
class |
FSLeafIndexImpl<T extends FeatureStructure>
Class comment for FSLeafIndexImpl.java goes here. |
class |
FSVectorIndex<T extends FeatureStructure>
|
| Fields in org.apache.uima.cas.impl declared as FSIndex | |
|---|---|
FSIndex<FeatureStructure> |
DebugFSLogicalStructure.IndexInfo.fsIndex
|
| Methods in org.apache.uima.cas.impl that return FSIndex | |
|---|---|
FSIndex<FeatureStructure> |
FSIndexRepositoryImpl.getIndex(java.lang.String label)
|
FSIndex<FeatureStructure> |
FSIndexRepositoryImpl.getIndex(java.lang.String label,
Type type)
|
| Methods in org.apache.uima.cas.impl that return types with arguments of type FSIndex | |
|---|---|
java.util.Iterator<FSIndex<FeatureStructure>> |
FSIndexRepositoryImpl.getIndexes()
|
| Constructors in org.apache.uima.cas.impl with parameters of type FSIndex | |
|---|---|
AnnotationIndexImpl(FSIndex<AnnotationFS> index)
|
|
| Uses of FSIndex in org.apache.uima.cas.text |
|---|
| Subinterfaces of FSIndex in org.apache.uima.cas.text | |
|---|---|
interface |
AnnotationIndex<T extends AnnotationFS>
An annotation index provides additional iterator functionality that applies only to instances of uima.tcas.Annotation. |
| Uses of FSIndex in org.apache.uima.jcas |
|---|
| Methods in org.apache.uima.jcas that return FSIndex | |
|---|---|
FSIndex<TOP> |
JFSIndexRepository.getIndex(java.lang.String label)
Retrieve an index according to a label. |
FSIndex<TOP> |
JFSIndexRepository.getIndex(java.lang.String label,
int type)
Retrieve an index according to a label and a type. |
| Methods in org.apache.uima.jcas that return types with arguments of type FSIndex | |
|---|---|
java.util.Iterator<FSIndex<TOP>> |
JFSIndexRepository.getIndexes()
Get all indexes in this repository. |
| Uses of FSIndex in org.apache.uima.jcas.impl |
|---|
| Methods in org.apache.uima.jcas.impl that return FSIndex | |
|---|---|
FSIndex |
JFSIndexRepositoryImpl.getIndex(java.lang.String label)
|
FSIndex |
JFSIndexRepositoryImpl.getIndex(java.lang.String label,
int type)
|
| Uses of FSIndex in org.apache.uima.tools.cvd |
|---|
| Methods in org.apache.uima.tools.cvd that return FSIndex | |
|---|---|
FSIndex |
MainFrame.getIndex()
|
| Methods in org.apache.uima.tools.cvd with parameters of type FSIndex | |
|---|---|
void |
MainFrame.setIndex(FSIndex index)
|
void |
FSTreeModel.update(java.lang.String indexName,
FSIndex index,
CAS cas1)
|
void |
MainFrame.updateFSTree(java.lang.String indexName,
FSIndex index1)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||