|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSIndex | |
---|---|
org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
org.apache.uima.cas.text | Text Common Annotation System (TCAS) Interfaces. |
org.apache.uima.jcas | Interfaces for accessing the JCAS. |
Uses of FSIndex in org.apache.uima.cas |
---|
Methods in org.apache.uima.cas that return FSIndex | |
---|---|
FSIndex<FeatureStructure> |
FSIndexRepository.getIndex(String label)
Retrieve an index according to a label. |
FSIndex<FeatureStructure> |
FSIndexRepository.getIndex(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 | |
---|---|
Iterator<FSIndex<FeatureStructure>> |
FSIndexRepository.getIndexes()
Get all indexes in this repository. |
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(String label)
Retrieve an index according to a label. |
FSIndex<TOP> |
JFSIndexRepository.getIndex(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 | |
---|---|
Iterator<FSIndex<TOP>> |
JFSIndexRepository.getIndexes()
Get all indexes in this repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |