Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<FSIndex<FeatureStructure>> |
FSIndexRepository.getIndexes()
Get all indexes in this repository.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationIndex<T extends AnnotationFS>
An annotation index provides additional iterator functionality that applies only to instances of
uima.tcas.Annotation . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<FSIndex<TOP>> |
JFSIndexRepository.getIndexes()
Get all indexes in this repository.
|
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.